--- Danny Yoo <[EMAIL PROTECTED]> wrote:

> Ok, this makes sense.  Each passenger thread needs
> to know about the
> queue, because that's the place you want the
> passenger to drop out of.
> 
> Lists support a 'remove()' method, so you may be
> able to use it.

Does it operate like queue.remove(self) ?
Because the instance has no way of knowing its
position in the queue.



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to