Message105874
A link to ccbench results comparing old GIL, old GIL with long check interval, new GIL and BFS:
http://bugs.python.org/file17370/nir-ccbench-linux.log
Summary:
Results for ccbench latency and bandwidth test run on Ubuntu Karmic 64bit, q9400 2.6GHz, all Python versions built with computed gotos optimization.
Old GIL:
Hi level of context switching and reduced performance.
~90ms IO latency with pure Python CPU bound background threads and low IO bandwidth results.
Old GIL with sys.setcheckinterval(2500) as done by Zope:
Context switching level back to normal.
IO latency shoots through the roof. ~950ms (avg) is the maximum recordable value in this test since CPU load duration is 2sec.
New GIL:
The expected 5ms wait related IO latency and low IO bandwidth.
BFS patch:
Behaves. |
|
Date |
User |
Action |
Args |
2010-05-16 19:16:37 | nirai | set | recipients:
+ nirai, loewis, jhylton, gregory.p.smith, jcea, pitrou, movement, larry, eric.smith, kevinwatters, tarek, djc, karld, carljm, coderanger, durin42, eric.araujo, alex, andrix, konryd, brian.curtin, flox, DazWorrall, cool-RR, rh0dium, rcohen, dabeaz, mahmoudimus, aconrad, ysj.ray, neologix, thouis, donaldjeo |
2010-05-16 19:16:36 | nirai | set | messageid: <1274037396.45.0.144969205351.issue7946@psf.upfronthosting.co.za> |
2010-05-16 19:16:34 | nirai | link | issue7946 messages |
2010-05-16 19:16:34 | nirai | create | |
|