Fwd: Launching A Truly Disjoint Process

2012-03-12 Thread Ami Tavory
-- Forwarded message -- From: Cameron Simpson Date: Mon, Mar 12, 2012 at 1:04 AM Subject: Re: Launching A Truly Disjoint Process To: Dave Angel Cc: Ami Tavory , python-list@python.org On 11Mar2012 17:34, Dave Angel wrote: | On 03/11/2012 05:01 PM, Ami Tavory wrote: | >

Re: Launching A Truly Disjoint Process

2012-03-11 Thread Cameron Simpson
On 11Mar2012 17:34, Dave Angel wrote: | On 03/11/2012 05:01 PM, Ami Tavory wrote: | >I'm encountering a problem using the multiprocessing module to create a | > process that is truly disjoint from the parent process: i.e., one that | > contains no "memory" of the parent process, nor any record

Re: Launching A Truly Disjoint Process

2012-03-11 Thread Dave Angel
On 03/11/2012 05:01 PM, Ami Tavory wrote: Hello, I'm encountering a problem using the multiprocessing module to create a process that is truly disjoint from the parent process: i.e., one that contains no "memory" of the parent process, nor any record in the parent process that it is its ch

Launching A Truly Disjoint Process

2012-03-11 Thread Ami Tavory
Hello, I'm encountering a problem using the multiprocessing module to create a process that is truly disjoint from the parent process: i.e., one that contains no "memory" of the parent process, nor any record in the parent process that it is its child. This originated in a pygtk problem, but I