Threading modeule and condition??

Aahz aahz at pythoncraft.com
Mon Jul 26 13:15:55 EDT 2004


In article <938a4680.0407231133.2cbd64f6 at posting.google.com>,
Ishwar Rattan <rattan at cps.cmich.edu> wrote:
>
>I need to learn condition variables (mentioned in Section 7.5.3 of library
>reference) but I am confused on the way of creating one. 

Right.  That's why you don't use conditions.  Use Queue.Queue instead.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"To me vi is Zen.  To use vi is to practice zen.  Every command is a
koan.  Profound to the user, unintelligible to the uninitiated.  You
discover truth everytime you use it."  --reddy at lion.austin.ibm.com



More information about the Python-list mailing list