[issue7946] Convoy effect with I/O bound threads and New GIL

Nir Aides report at bugs.python.org
Wed Apr 28 21:17:45 CEST 2010


Nir Aides <nir at winpdb.org> added the comment:

On Wed, Apr 28, 2010 at 12:41 AM, Larry Hastings wrote:

> The simple solution: give up QPC and use timeGetTime() with timeBeginPeriod(1), which is totally 
> reliable but only has millisecond accuracy at best.

It is preferable to use a high precision clock and I think the code addresses the multi-core time skew problem (pending testing).

----------

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


More information about the Python-bugs-list mailing list