Re: Multiprocessing.Queue deadlock

2009-10-08 Thread Felix Schlesinger
On Oct 8, 3:21 am, Dennis Lee Bieber 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 wa

Re: Multiprocessing.Queue deadlock

2009-10-07 Thread Felix Schlesinger
On Oct 7, 12:16 pm, MRAB 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 > > the output queue