Async Sockets & IOCP

  • Thread starter Thread starter Trevor
  • Start date Start date
T

Trevor

Does the async. sockets implementation in .NET use IO Completion Ports
(IOCP) internally or would I have to use P/Invoke to use IOCP in a C#
async. socket server?
 
Trevor,

Yes, the async sockets implementation does use IO Completion ports
internally to provide this functionality.

Hope this helps.
 
Back
Top