U
U
udi2014-07-12 17:12:41
.NET
udi, 2014-07-12 17:12:41

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

2 answer(s)
S
Skliarov, 2014-07-12
@Skliarov

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

T
Twindo, 2015-02-21
@Twindo

Try looking at this AsyncIO library .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question