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