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
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
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