[issue4194] Miserable subprocess.Popen performance

Skip Montanaro report at bugs.python.org
Fri Oct 24 21:16:39 CEST 2008


Skip Montanaro <skip at pobox.com> added the comment:

Good question.  I don't think it's MacOSX-specific.  The original problem 
raised its ugly head on Solaris 10.  I don't have quite as many versions 
of Python available there, but the relative performance is still bad, 
roughly 0.05 for os.popen and 0.82 for subprocess.Popen.  Not as bad as on 
the Mac, but certainly not as good as what you saw.

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


More information about the Python-bugs-list mailing list