On 09/16/2009 11:12 AM, mark.mcdow...@gmail.com wondered about:

>  overhead of [fork/exec]:

An alternative might be os.spawn?(), etal.  It might run a tiny bit faster
because it combines the two operations, but I think you're pretty close to the
metal.

Jim
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to