Issues with multiprocessing

2009-12-14 Thread Joshi, Yateen
Hi, I am resending this as I am not seeing any response, can anyone help here? 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,

Issues with multiprocessing

2009-12-10 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

Issues with multiprocessing

2009-12-10 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