Process info by PID

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Thomas Guettler

    Process info by PID

    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

Working...