Paul Rubin wrote:

> If verify_request is finished before the new thread starts, then I'd
>
>think it could set a flag and the new thread could find it.  You get a
>race condition only if both threads are trying to mess with the flag
>simultaneously.
>  
>
Hmm, I think you're right.  Thanks!

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

Reply via email to