Re: Memory consumption of multiprocessing.Pool

2009-12-31 Thread Aahz
In article , Wolodja Wentland wrote: > >I have a problem with the memory consumption of multiprocessing.Pool()'s >worker processes. I have a parent process that has to handle big data >structures and would like to use a pool of processes for computations. > >The prob

Memory consumption of multiprocessing.Pool

2009-12-15 Thread Wolodja Wentland
Hi all, I have a problem with the memory consumption of multiprocessing.Pool()'s worker processes. I have a parent process that has to handle big data structures and would like to use a pool of processes for computations. The problem is, that all worker processes have the same memory requir