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 gvanrossum
Recipients brian.curtin, christian.heimes, exarkun, giampaolo.rodola, gvanrossum, jkloth, mhammond, pitrou, sbt
Date 2012-10-09.21:09:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349816980.27.0.461143358461.issue16175@psf.upfronthosting.co.za>
In-reply-to
Content
According to http://msdn.microsoft.com/en-us/library/aa365198%28VS.85%29.aspx once you call GetQueuedCompletionStatus() your thread is managed by the IOCP and only up to a given parameter of those threads are allowed to run.  They recommend setting that parameter to the number of CPUs.  This feels scary (doubly so in the light of the GIL).
History
Date User Action Args
2012-10-09 21:09:40gvanrossumsetrecipients: + gvanrossum, mhammond, exarkun, pitrou, giampaolo.rodola, christian.heimes, jkloth, brian.curtin, sbt
2012-10-09 21:09:40gvanrossumsetmessageid: <1349816980.27.0.461143358461.issue16175@psf.upfronthosting.co.za>
2012-10-09 21:09:40gvanrossumlinkissue16175 messages
2012-10-09 21:09:40gvanrossumcreate