Gheorghe Postelnicu wrote:
> I found a recipe on ASPN on how to intercept keyboard interrupts and
> that is useful if I need to brutally kill the launching process.
>
> However, my question regards killing the actual children threads -
> they are spending lots of time in system calls, so I cannot insert
> some while loop in a derived Thread class.

kill -9?


Bob

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to