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