Thomas Dybdahl Ahle <[EMAIL PROTECTED]> writes:

> But you can't ever catch sigkill.

There is no protection against sigkill.

> Isn't there a way to make sure the os kills the childprocess when the 
> parrent dies?

If the parent dies suddenly without any notification childprocesses
become zombies and there is no way to avoid that.

-- 
HTH,
Rob
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to