Can't suspend a thread?

Aahz aahz at pythoncraft.com
Mon Sep 23 21:55:59 EDT 2002


In article <QZ4j9.10630$Lg2.2393215 at news2.news.adelphia.net>,
Robert Oschler <Oschler at earthlink.net> wrote:
>
>I was hoping to have a master thread that woke up and suspended several
>other threads dynamically, as needed.  From the books I have, that seems to
>be impossible in Python?  Is this true?  If so, is there a workaround?

Threads suspend themselves; they can be woken up by other threads.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

Project Vote Smart: http://www.vote-smart.org/



More information about the Python-list mailing list