pythonic exec* spawn*

Rene Pijlman reply.in.the.newsgroup at my.address.is.invalid
Thu Feb 9 18:02:58 EST 2006


Daniel Nogradi:
>I would like to pass the whole object at once to the second python
>program which should start doing its thing with it while the original 
>program should keep running.

os.fork() does that (on Mac and Unix).

-- 
René Pijlman



More information about the Python-list mailing list