Message183899
Thanks Antoine. Since the calls are made without a lock, I'll go for a minimal patch and keep the existing fairness logic.
Adding Guido to the nosy list since this is his code.
FWIW, the heaviest load for condition variables likely arises with use of the Queue module which implements substantially all of its logic around three condition variables and a single lock. |
|
Date |
User |
Action |
Args |
2013-03-10 21:03:05 | rhettinger | set | recipients:
+ rhettinger, gvanrossum, tim.peters, jcea, pitrou, neologix |
2013-03-10 21:03:05 | rhettinger | set | messageid: <1362949385.08.0.0921068869876.issue17385@psf.upfronthosting.co.za> |
2013-03-10 21:03:05 | rhettinger | link | issue17385 messages |
2013-03-10 21:03:04 | rhettinger | create | |
|