[issue11618] Locks broken wrt timeouts on Windows

Antoine Pitrou report at bugs.python.org
Thu Apr 19 14:30:39 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

> 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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11618>
_______________________________________


More information about the Python-bugs-list mailing list