Message5261
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. |
|
Date |
User |
Action |
Args |
2009-10-24 16:01:06 | nriley | set | messageid: <1256400066.6.0.147630457195.issue1389@psf.upfronthosting.co.za> |
2009-10-24 16:01:06 | nriley | set | recipients:
+ nriley, pjenvey, ita |
2009-10-24 16:01:05 | nriley | link | issue1389 messages |
2009-10-24 16:01:04 | nriley | create | |
|