On Feb 20, 8:13 pm, Gary Herron <gher...@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to