check for a running subprocess

Dirk Moebius dmoebius at gmx.net
Thu Jun 1 12:54:57 EDT 2000


Hello!

I don't know whether that's a python or unix question, but:

How do I check whether a subprocess of the current process is still
running? Let's say, the current process is called 'dial' and the
subprocess is called 'fetchmail'. The subprocess is not necessarily a
_direct_ successor of the current process.


-Dirk.



More information about the Python-list mailing list