PxPlus User Forum

Main Board => Discussions => Language => Topic started by: michaelgreer on September 26, 2022, 12:49:12 PM

Title: Simple Client/Server lock up
Post by: michaelgreer on September 26, 2022, 12:49:12 PM
PxPlus 15.1 running under windows.  Every so often (1 to 2 weeks) the cshost program refuses to spawn new sessions.  This means that no new users can connect to the app, an when our menu attempts to launch a function in a newly spawned session, that also fails.  Restarting the service (which in this particular instance is running under srvany) cures the issue.  Any insight here would be appreciated.
Title: Re: Simple Client/Server lock up
Post by: Mike King on September 26, 2022, 01:59:44 PM
When this happens check the task manager to make sure there aren't any zombie processes hanging around.

We have seen something similar when a client had a error handler that got stuck generating an error while trying to report the error.

Windows has a limit to the amount of memory/processes active so if there are zombies floating around in your system you need to kill them off and find out what is causing them.