start function in new process

Martin P. Hellwig martin.hellwig at dcuktec.org
Sat Mar 6 07:28:25 EST 2010


On 03/06/10 09:45, wongjoekmeu at yahoo.com wrote:
<cut>
>
> Yes, I saw this example also before. HOwever what I want is to call an
> internal function which gets a reference of another internal function
> as input and not calling an external program. Do you have any example
> on that with subprocess module ?
> Thanks.

Well yes that is possible but you would more or less be just reinventing 
parts of the multiprocessing module, so I would use that one (at the 
location Robert Kern suggested).

-- 
mph



More information about the Python-list mailing list