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 brian.curtin, kristjan.jonsson, loewis, pitrou, python-dev, sbt, tim.golden
Date 2012-04-19.12:30:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334838639.32.0.34029815589.issue11618@psf.upfronthosting.co.za>
In-reply-to
Content
> This uses critical sections and condition variables to avoid kernel
> mode switches for locks. Windows mutexes are expensive and for
> uncontented locks, this offers a big win.

Can you post some numbers?
History
Date User Action Args
2012-04-19 12:30:39pitrousetrecipients: + pitrou, loewis, kristjan.jonsson, tim.golden, brian.curtin, python-dev, sbt
2012-04-19 12:30:39pitrousetmessageid: <1334838639.32.0.34029815589.issue11618@psf.upfronthosting.co.za>
2012-04-19 12:30:38pitroulinkissue11618 messages
2012-04-19 12:30:38pitroucreate