[Mono-dev] zombie processes on Mono
Carlos Solorzano
carlos at applianz.com
Sun Nov 13 02:14:24 EST 2005
The code I am porting to mono is in charge of launching a lot of
processes, noticing when they end, launching them again, etc.
For some reason unknown to me sometimes these processes become
zombies and I am almost certain that calling HasExited on a process
that has become a zombie returns a false. So my question is, how can
I get rid of or at least detect that such a process is a zombie from c#?
Thanks,
--Carlos
More information about the Mono-devel-list
mailing list