G
gus bjorklund
Guest
> On Nov 27, 2018, at 3:23 PM, dbeavon wrote: > > It is probably wishful thinking, but does anyone know a mechanism to do the equivalent of a QUIT, but *without* unloading all the cached programs from memory? With pasoe, you should consider using stateful applications and keep the session alive for the life of the client. Properly configured, this will provide good performance as the agents worker threads can switch amongst the sessions hat have ben set up. When a request arrives, a worker thread will handle it, associating with the relevant 4GL session in the agent.
Continue reading...
Continue reading...