70% [* SPAM *] Re: multiprocessing.Queue blocks when sending large object

2011-12-05 Thread DPalao
Hi Lie, Thank you for the reply. El Lunes Diciembre 5 2011, Lie Ryan escribió: > On 11/30/2011 06:09 AM, DPalao wrote: > > Hello, > > I'm trying to use multiprocessing to parallelize a code. There is a > > number of tasks (usually 12) that can be run independently. Each task > > produces a numpy a

Spam in subject lines (Re: 70% [* SPAM *] Re: multiprocessing.Queue blocks when sending large object)

2011-12-05 Thread Chris Angelico
On Mon, Dec 5, 2011 at 7:57 PM, wrote: > Why do people add character  like    [* SPAM *]  to their  subject > lines ??   Is it supposed to do something  ??   I figured since > programmers hang out here, maybe one of you know this. People don't. It's something added by a spam filter that thought

Re: 70% [* SPAM *] Re: multiprocessing.Queue blocks when sending large object

2011-12-05 Thread boB
On Mon, 5 Dec 2011 09:02:08 +0100, DPalao wrote: >El Martes Noviembre 29 2011, DPalao escribió: >> Hello, >> I'm trying to use multiprocessing to parallelize a code. There is a number >> of tasks (usually 12) that can be run independently. Each task produces a >> numpy array, and at the end, thos

70% [* SPAM *] Re: multiprocessing.Queue blocks when sending large object

2011-12-05 Thread DPalao
El Martes Noviembre 29 2011, DPalao escribió: > Hello, > I'm trying to use multiprocessing to parallelize a code. There is a number > of tasks (usually 12) that can be run independently. Each task produces a > numpy array, and at the end, those arrays must be combined. > I implemented this using Qu