Message5261

Author nriley
Recipients ita, nriley, pjenvey
Date 2009-10-24.16:01:04
SpamBayes Score 5.338173e-07
Marked as misclassified No
Message-id <1256400066.6.0.147630457195.issue1389@psf.upfronthosting.co.za>
In-reply-to
Content
Some of this is Java's fault; some of this is ours.  Profiling it, all I 
could see was a lot of time attributed to calling through 
PyReflectedFunction.

In a quick test, subprocess.Popen in Jython took 28 seconds to spawn 1000 
processes, using ProcessBuilder from Jython took 22 and using 
ProcessBuilder from Java took 12.  subprocess from CPython took 3.
History
Date User Action Args
2009-10-24 16:01:06nrileysetmessageid: <1256400066.6.0.147630457195.issue1389@psf.upfronthosting.co.za>
2009-10-24 16:01:06nrileysetrecipients: + nriley, pjenvey, ita
2009-10-24 16:01:05nrileylinkissue1389 messages
2009-10-24 16:01:04nrileycreate