Message172524
> 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). |
|
Date |
User |
Action |
Args |
2012-10-09 20:59:26 | pitrou | set | recipients:
+ pitrou, gvanrossum, mhammond, exarkun, giampaolo.rodola, christian.heimes, jkloth, brian.curtin, sbt |
2012-10-09 20:59:26 | pitrou | link | issue16175 messages |
2012-10-09 20:59:26 | pitrou | create | |
|