[python-win32] How to determine if a process (known pid) is still running ?

Stef Mientki stef.mientki at gmail.com
Sun Oct 5 02:24:28 CEST 2008


hello,

How to determine if a process (known pid) os still running ?

Googling the web, I found 1 solution in killing the process,
but that's not what I want, I want to reuse the running process.

I could also ask a complete list of active processes,
but from my experiences that's quite slow.

Any better solutions ?

thanks,
Stef Mientki


More information about the python-win32 mailing list