I
Iñaki Baz Castillo
Hi, after some forks I need to know if a process still is alive or not, but=
in=20
case it's alive I also need to know if it's a zombie process (it died witho=
ut=20
Process.wait or Process.detach).
Unfortunatelly I couln't find how to know it using Process module:
http://ruby-doc.org/core/classes/Process.html
http://ruby-doc.org/core/classes/Process/Status.html
Is there any other way to determine if a given PID is zombie?
Thanks.
=2D-=20
I=C3=B1aki Baz Castillo <[email protected]>
in=20
case it's alive I also need to know if it's a zombie process (it died witho=
ut=20
Process.wait or Process.detach).
Unfortunatelly I couln't find how to know it using Process module:
http://ruby-doc.org/core/classes/Process.html
http://ruby-doc.org/core/classes/Process/Status.html
Is there any other way to determine if a given PID is zombie?
Thanks.
=2D-=20
I=C3=B1aki Baz Castillo <[email protected]>