Re: Multiprocessing.Queue deadlock

2009-10-08 Thread Felix Schlesinger
On Oct 8, 3:21 am, Dennis Lee Bieber wlfr...@ix.netcom.com wrote: On Wed, 7 Oct 2009 10:24:08 -0700 (PDT), Felix Schlesinger A bunch of workers push an unknown number of results into a queue. The main process needs to collect all those results. What is the right way to implement

Re: Multiprocessing.Queue deadlock

2009-10-07 Thread Felix Schlesinger
On Oct 7, 12:16 pm, MRAB pyt...@mrabarnett.plus.com wrote: Felix wrote: Hello, I keep running into a deadlock in a fairly simple parallel script using Multiprocessing.Queue for sending tasks and receiving results. It seems to be the workers cannot finish pusing buffered results into