Re: pyprocessing and exceptions

2009-04-15 Thread Jesse Noller
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

pyprocessing and exceptions

2009-04-15 Thread garyrob
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