> os.fork is not cross platform.  It is *nix only.  Subprocess runs on
> Windows also.  The OP never specified his platform.
>

Just out of curiosity, how is one able to replace an os.fork() call
with subprocess and have the child execute multiple statements? I
typically see subprocess used for spawning a shell command, piping,
etc...
-- 
Thanks,
Minesh Patel
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to