Threading

fumanchu fumanchu at amor.org
Thu Nov 30 12:28:23 EST 2006


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




More information about the Python-list mailing list