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 kristjan.jonsson
Recipients MrJean1, alexandre.vassalotti, belopolsky, gregory.p.smith, kristjan.jonsson, nirai, pitrou, vstinner
Date 2012-09-22.09:05:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348304716.11.0.557467279133.issue2281@psf.upfronthosting.co.za>
In-reply-to
Content
>There is another major issue: you have to synchronize the counter of all >CPU cores. Windows XP didn't synchronize the counters, and it was a major >issue on QueryPerformanceCounter.
>http://support.microsoft.com/?id=896256

I don't understand why you keep bashing Windows for this.  It was actually a problem with CPU drivers.  We encountered this problem for a number of our players and the fix was to get the latest intel/amd drivers.  The issue you quote is a separate one.
This appears to be the correct one:  http://support.microsoft.com/kb/895980
History
Date User Action Args
2012-09-22 09:05:16kristjan.jonssonsetrecipients: + kristjan.jonsson, gregory.p.smith, belopolsky, pitrou, vstinner, alexandre.vassalotti, MrJean1, nirai
2012-09-22 09:05:16kristjan.jonssonsetmessageid: <1348304716.11.0.557467279133.issue2281@psf.upfronthosting.co.za>
2012-09-22 09:05:15kristjan.jonssonlinkissue2281 messages
2012-09-22 09:05:15kristjan.jonssoncreate