Message 103385 - Python tracker (original) (raw)
Message103385
Author | dabeaz |
---|---|
Recipients | beazley, dabeaz, flox, kristjan.jonsson, loewis, pitrou, r.david.murray, techtonik, torsten |
Date | 2010-04-17.03:22:19 |
SpamBayes Score | 0.0006868281 |
Marked as misclassified | No |
Message-id | 1271474541.12.0.892212107471.issue8299@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
One other comment. Running the modified fair.py file on my Linux system using Python compiled with semaphores shows they they are *definitely* not fair. Here's the relevant part of your test: Treaded, balanced execution, with quickstop: fast C: 1.580815 (0 left) fast B: 1.636923 (158919 left) fast A: 1.788634 (310323 left) |
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-04-17 03:22:21 | dabeaz | set | recipients: + dabeaz, loewis, beazley, pitrou, kristjan.jonsson, techtonik, r.david.murray, flox, torsten |
2010-04-17 03:22:21 | dabeaz | set | messageid: 1271474541.12.0.892212107471.issue8299@psf.upfronthosting.co.za |
2010-04-17 03:22:19 | dabeaz | link | issue8299 messages |
2010-04-17 03:22:19 | dabeaz | create |