There is no public data on the actual IOCP performance. Does anyone know how good IOCP scales on say 128 cores - does it reach 1 mil. ops/sec on a good hardware?
Since IOCP queue is itself a shared resource between multiple threads which all connections must access, at some point the contention level of IOCP queue should affect the whole IOCP scalability. Any benchmarks on this?