On Wed, Apr 15, 2009 at 11:32 AM, garyrob wrote:
> Hi,
>
> We're still using Python 2.5 so this question is about the
> pyprocessing module rather than the multiprocessing module, but I'm
> guessing the answer is the same.
>
> I tend to use the Pool() object to create slave processes. If
> somethi
Hi,
We're still using Python 2.5 so this question is about the
pyprocessing module rather than the multiprocessing module, but I'm
guessing the answer is the same.
I tend to use the Pool() object to create slave processes. If
something goes wrong in the slave, an exception is raised there, which