This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients beazley, dabeaz, flox, kristjan.jonsson, loewis, pitrou, techtonik, torsten
Date 2010-04-15.17:01:11
SpamBayes Score 0.0001749288
Marked as misclassified No
Message-id <1271350998.3425.31.camel@localhost>
In-reply-to <1271350491.31.0.508287695818.issue8299@psf.upfronthosting.co.za>
Content
> You do realize, that if we enable the USE_SEMAPHORE, we get the GIL
> behaviour as seen on windows and with my ROUNDROBIN_GIL
> implementation, right?

I haven't studied this argument, but I don't see how that contradicts
anything. The main issue witnessed with the 2.x GIL -- and the point of
Dave Beazley's original talk -- is CPU inefficiency (due to far too many
lock operations).
History
Date User Action Args
2010-04-15 17:01:13pitrousetrecipients: + pitrou, loewis, beazley, kristjan.jonsson, techtonik, flox, dabeaz, torsten
2010-04-15 17:01:12pitroulinkissue8299 messages
2010-04-15 17:01:11pitroucreate