If I recall correctly, there is not a direct way. Instead, you're
going to want to have your worker thread check a queue it shares with
the parent every so often to see if the supervisor thread has sent a
"quit" message to it.

Peace
Bill Mill
bill.mill at gmail.com


On Tue, 22 Feb 2005 14:23:17 -0800 (PST), Shitiz Bansal
<[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Is there a way to terminate a thread from another
> thread?
> 
> Shitiz
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> http://mail.python.org/mailman/listinfo/tutor
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to