> Why not use os.fork(), it is the same as C's fork? os.fork is not cross platform. It is *nix only. Subprocess runs on Windows also. The OP never specified his platform.
-Corey -- http://mail.python.org/mailman/listinfo/python-list
> Why not use os.fork(), it is the same as C's fork? os.fork is not cross platform. It is *nix only. Subprocess runs on Windows also. The OP never specified his platform.
-Corey -- http://mail.python.org/mailman/listinfo/python-list