Adam Tauno Williams wrote:
> On Thu, 2010-01-21 at 07:13 -0500, Neal Becker wrote:
>> I'm using multiprocessing as a poor man's batch system. It is working
>> OK, except that it doesn't seem to do load balancing quite right.
>> I have a 8-cpu machine. If I start, using multiprocessing pool, call
On Thu, 2010-01-21 at 07:13 -0500, Neal Becker wrote:
> I'm using multiprocessing as a poor man's batch system. It is working OK,
> except that it doesn't seem to do load balancing quite right.
> I have a 8-cpu machine. If I start, using multiprocessing pool, calling map
> with more than 8 elem
I'm using multiprocessing as a poor man's batch system. It is working OK,
except that it doesn't seem to do load balancing quite right.
I have a 8-cpu machine. If I start, using multiprocessing pool, calling map
with more than 8 elements, it will start 8 processes. It seems, though,
that whe