T
Thomas Guettler
Hi,
ZEO stores the pid of
the process in a lock file.
How can I test if the PID is
still alive?
The machine is running long, so
the PID could be reused.
I need the commandline of the
process which has the given PID.
Doing this with unix tools is easy.
But is there a portable (win+unix)
way to do this?
Thomas
ZEO stores the pid of
the process in a lock file.
How can I test if the PID is
still alive?
The machine is running long, so
the PID could be reused.
I need the commandline of the
process which has the given PID.
Doing this with unix tools is easy.
But is there a portable (win+unix)
way to do this?
Thomas