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, christian.heimes, exarkun, giampaolo.rodola, gvanrossum, jkloth, mhammond, pitrou, sbt
Date 2012-10-09.20:59:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349816276.3334.6.camel@localhost.localdomain>
In-reply-to <1349815551.41.0.119866080256.issue16175@psf.upfronthosting.co.za>
Content
> Have you all read the docs for IOCP?  It is not for the faint of
> heart.  E.g. it integrates with the thread scheduler.

Yes, IOCP (or overlapped I/O) may use threads under the hood, but IIUC
this can be ignored by the programmer, and GetQueuedCompletionStatus()
acts as the select()-like function (this is assuming you create a single
I/O cooperation port and register all your socket handles to this single
object).
History
Date User Action Args
2012-10-09 20:59:26pitrousetrecipients: + pitrou, gvanrossum, mhammond, exarkun, giampaolo.rodola, christian.heimes, jkloth, brian.curtin, sbt
2012-10-09 20:59:26pitroulinkissue16175 messages
2012-10-09 20:59:26pitroucreate