[EMAIL PROTECTED] writes:
> Threadicide would not solve the problems you actually have, and it
> tends to create other problems. What is the condition that makes
> you want to kill the thread? Make the victim thread respond to that
> condition itself.

If the condition is a timeout, one way to notice it is with sigalarm,
which raises an exception in the main thread.  But then you need a way
to make something happen in the remote thread.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to