Forums

kill the empty proceces

How to make "zero" list empty running proceces? There are some methods?

Just to clarify -- you're seeing empty processes in the process list on the scheduled task or the consoles page, is that right?

That normally happens if your code is starting subprocesses and isn't waiting for them to complete -- I'd definitely recommend that you don't do that, as they'll wind up in a "zombie" state that's hard to clear down without a sysadmin getting involved.

I'll take a look at the ones you have right now and clear them down, but you'll need to change your code if you don't want them to start appearing again.

OK, that's done.

Thanks you for your help. Earlier I previously remade the code in accordance with the recommendations but I had not been able to check how it works.

No problem!