--On 7. September 2006 17:04:20 +0100 Alan <[EMAIL PROTECTED]> wrote:

To simplify, I would like to know if python is able to kill a process
and its 'family' without much hassle, and if so, how?


Perhaps you might learn about process groups on Unix and learn about the
os.killpg() command. However your issue is basically a non-Python issue
since the kill()/killpg() command is just a wrapper around the real methods of the libc.

-aj

Attachment: pgpuFph8R45sk.pgp
Description: PGP signature

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to