En Sun, 29 Apr 2007 22:50:59 -0300, Teresa Hardy <[EMAIL PROTECTED]>  
escribió:

> I have successfully made the threading work on a Window XP machine with  
> quad
> processors but now I am trying to pass some variables around and am  
> fighting
> with Lock()

If there is the possibility that the same thread had acquired the lock  
earlier, you should use an RLock instead.
Without more context, I can't tell anymore.

-- 
Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to