Why not use a normal Queue, put a dummy value (such as None) in when you're producer has finished, and have the main thread use the normal Thread.join() method on all your child threads? -- http://mail.python.org/mailman/listinfo/python-list
- Producer-consumer threading problem George Sakkis
- Re: Producer-consumer threading problem Larry Bates
- Re: Producer-consumer threading problem George Sakkis
- Re: Producer-consumer threading problem Rhamphoryncus
- Re: Producer-consumer threading probl... George Sakkis
- Re: Producer-consumer threading ... Rhamphoryncus
- Re: Producer-consumer threading problem Larry Bates
- Re: Producer-consumer threading problem Jean-Paul Calderone
- Re: Producer-consumer threading problem Carl Banks
- Re: Producer-consumer threading problem Carl Banks
- Re: Producer-consumer threading problem George Sakkis
- Re: Producer-consumer threading problem Aahz
- Re: Producer-consumer threading problem George Sakkis