[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Problems using QUIT in PASOE to simulate "classic" state-reset (problematic because it

  • Thread starter Thread starter gus bjorklund
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top