[issue4194] Miserable subprocess.Popen performance

Sameer report at bugs.python.org
Fri Oct 24 21:25:36 CEST 2008


Sameer <sameerdcosta at gmail.com> added the comment:

The subprocess module does different things depending on whether the
systems are Windows or Posix. This could explain the bad performance on
Solaris and the Mac and the good performance on Windows. 

If this is correct, then we should see poor performance on Linux also.
Also, I don't have a box to test that out.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4194>
_______________________________________


More information about the Python-bugs-list mailing list