[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Non-technical questions about moving from "classic" appserver to PASOE

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
Having one thread/process managing multiple 4GL runtimes and call the 'bundle' multi-threaded agent looks more like a marketing thing to me but hey I'm more of a technical guy and don't really understand sales :) As Mike notes, the AVM/runtime is still single-threaded. The AppServer agent process is now capable of processing multiple concurrent requests (using threads); this is why we call it the “multi-session agent” and not something else ;). The multi-session aspect also means you need to think more about administration since if you kill the process you will terminate many sessions, not just one as per the Classic AppServer.

Continue reading...
 
Status
Not open for further replies.
Back
Top