This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wplappert
Recipients LambertDW, sameerd, skip.montanaro, wplappert
Date 2008-10-25.08:38:39
SpamBayes Score 0.008129954
Marked as misclassified No
Message-id <1224923921.48.0.0205944659736.issue4194@psf.upfronthosting.co.za>
In-reply-to
Content
Hi is the dramatic difference on Solaris-10 / Python2.6:

I dtraced the popentest.py and counted syscalls: 

with os_popen:     read =    243
with process:Popen read = 589018

That explains a lot! 

The rest of the system calls are similir in count and appearance.
I have not looked into the C-source (yet).
History
Date User Action Args
2008-10-25 08:38:41wplappertsetrecipients: + wplappert, skip.montanaro, LambertDW, sameerd
2008-10-25 08:38:41wplappertsetmessageid: <1224923921.48.0.0205944659736.issue4194@psf.upfronthosting.co.za>
2008-10-25 08:38:40wplappertlinkissue4194 messages
2008-10-25 08:38:39wplappertcreate