os.pipe() + os.fork()
sebastian.noack at googlemail.com
sebastian.noack at googlemail.com
Tue Feb 23 04:24:48 EST 2010
On Feb 20, 8:13 pm, Gary Herron <gher... at islandtraining.com> wrote:
> Here's a thought: Consider the subprocess module. It can do thefork
> and any necessary pipes and can do so in an OS independent way. It
> might make you life much easier.
As far as i know the subprocess module provides only functionality for
running any program as subprocess. But I just want to fork the current
process without putting some code in an external python script.
Sebastian Noack
More information about the Python-list
mailing list