Re: multiprocessing help (Terry Reedy)

2012-11-07 Thread Apprentice3D
Sent from my iPad On 2012-11-07, at 12:15 AM, python-list-requ...@python.org wrote: > Re: multiprocessing help (Terry Reedy) -- http://mail.python.org/mailman/listinfo/python-list

Re: multiprocessing help

2012-11-06 Thread Terry Reedy
On 11/6/2012 11:04 PM, Terry Reedy wrote: On 11/6/2012 7:52 PM, Stephen Bunn wrote: I'm looking for some help with multiprocessing. Questions about using Python go to python-list. python-dev is for developing future versions of Python. My apologies. I intended to and thought I had opened pyt

Re: multiprocessing help

2012-11-06 Thread Terry Reedy
On 11/6/2012 7:52 PM, Stephen Bunn wrote: I'm looking for some help with multiprocessing. Questions about using Python go to python-list. python-dev is for developing future versions of Python. -- Terry Jan Reedy -- http://mail.python.org/mailman/listinfo/python-list

multiprocessing help

2012-11-06 Thread Stephen Bunn
I'm looking for some help with multiprocessing. Essentially what I'm trying to do is the following: 1. create a main process that gets daemonized 2. spawn two subprocess that live for the life of the daemon 3. each subprocess creates children that do heavy work and exit when the work is don