Re: [Python-Dev] Issues with multiprocessing

2009-12-09 Thread Jesse Noller
On Wed, Dec 9, 2009 at 6:22 AM, Michael Foord wrote: > On 09/12/2009 08:51, Joshi, Yateen wrote: > > Hi, > > > > I have an application that uses multiprocessing pools > (multiprocessing.Pool(processes=…..)). There are multiple such pools and > each pool has configurable number of processes. Once t

Re: [Python-Dev] Issues with multiprocessing

2009-12-09 Thread Michael Foord
On 09/12/2009 08:51, Joshi, Yateen wrote: Hi, I have an application that uses multiprocessing pools (multiprocessing.Pool(processes=.)). There are multiple such pools and each pool has configurable number of processes. Once the process is spawned, it keeps on executing and does the neede

[Python-Dev] Issues with multiprocessing

2009-12-09 Thread Joshi, Yateen
Hi, I have an application that uses multiprocessing pools (multiprocessing.Pool(processes=.)). There are multiple such pools and each pool has configurable number of processes. Once the process is spawned, it keeps on executing and does the needed processing. If there is nothing to process