Is there a way to get a list of all children of a process via pywin32?

These would be all processes launched from calls like popen(), system() 
and QProcess().

Alternatively, is there a way to get the total CPU time (user and 
kernel) of all children of a python session?
Note that os.times() does not work on Windows and on Linux it only post 
the children time when the children exit.

_______________________________________________
Python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to