Evan Simpson <[EMAIL PROTECTED]> writes:
> wakes up the producer, which has been blocked waiting to add a board
> to the Queue.  It sets about generating the next board, and the
> consumer doesn't get to run again until the producer blocks again or
> is preempted.

That's weird.  Preemption should happen every few dozen milliseconds
unless you've purposely increased the preemption delay.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to