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...
Continue reading...