Thomas Dybdahl Ahle <[EMAIL PROTECTED]> wrote:
>  But you can't ever catch sigkill.
>  Isn't there a way to make sure the os kills the childprocess when the 
>  parrent dies?

Not as far as I know.

If you've got a pipe open to the child then killing the parent should
deliver SIGPIPE to the child which may (or may not) kill it.  At least
it got some sort of notification.

-- 
Nick Craig-Wood <[EMAIL PROTECTED]> -- http://www.craig-wood.com/nick
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to