Message4867

Author ita
Recipients ita
Date 2009-06-30.20:56:17
SpamBayes Score 0.01864051
Marked as misclassified No
Message-id <1246395378.65.0.808487605186.issue1389@psf.upfronthosting.co.za>
In-reply-to
Content
/home/waf/jython/bin/jython -c "import subprocess,
time;t=time.time();[subprocess.Popen(['true'], shell=False).wait() for x
in xrange(1000)];print time.time()-t"

cpython: 3 seconds
jython: 25 seconds
History
Date User Action Args
2009-06-30 20:56:18itasetrecipients: + ita
2009-06-30 20:56:18itasetmessageid: <1246395378.65.0.808487605186.issue1389@psf.upfronthosting.co.za>
2009-06-30 20:56:18italinkissue1389 messages
2009-06-30 20:56:18itacreate