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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top