G
gus bjorklund
Guest
> On Apr 10, 2019, at 5:45 AM, frank.meulblok wrote: > > assuming your application was designed to run in stateless mode with PASOE, in general, “stateful" applications should work quite well and with most of the advantages that stateless provides but without the extra work. this is because a single agent process can handle multiple concurrent 4GL sessions. in some cases, stateful applications will run much better than stateless ones. that is because there is no need for the agent side to load and unload session state between requests.
Continue reading...
Continue reading...