Answer the question
In order to leave comments, you need to log in
How to use IOCP in C#?
There is an interest to learn and use I/O Cmpletion Ports technology applicable to C# .NET. A cursory google turned up nothing but a couple of articles on codeproject from 2006 (for those who are interested - this and this one ).
The question is: is the technology outdated and is there already something better in C#? Or just no one uses it in managed languages?
The main application that I would like to explore is http requests via sockets, sent at a huge speed (I want to take up the entire channel), which (as I understand it) pure .NET cannot provide (or can, but I don’t know something? ). I would be grateful for links on the topic.
Answer the question
In order to leave comments, you need to log in
There is sockets support for the web, for example look at the signal r technology. It has web socket support and is easy to use, www.asp.net/signalr has a lot of information and examples
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question