Re: Q: multiprocessing.Queue size limitations or bug...

2009-08-27 Thread Michael
On Aug 27, 8:56 am, ryles wrote: > On Aug 26, 4:56 am, Michael Riedel > wrote: > > > > > Sorry for being not more specific but I'm not absolutely certain whether > > I encountered a bug or did anything wrong: > > > The (stupid) code below results in a stall forever or not at 'p0.join()' > > depen

Re: Q: multiprocessing.Queue size limitations or bug...

2009-08-27 Thread ryles
On Aug 26, 4:56 am, Michael Riedel wrote: > Sorry for being not more specific but I'm not absolutely certain whether > I encountered a bug or did anything wrong: > > The (stupid) code below results in a stall forever or not at 'p0.join()' > depending on the value of TROUBLE_MAKER. > > Any help, th