.NET sockets vs C++ sockets at high performance
would anybody know a good article/reference explaining how .NET sockets use I/O completion ports under the hood? I suspect the only reference would be the implementation (ie. Reflector or other assembly de-compiler). With that you will find that all asynchronous IO goes through an IO Completion Port with call backs being processed in the IO-thread … Read more