M
M
Max Maximov2014-06-27 20:12:38
.NET
Max Maximov, 2014-06-27 20:12:38

Are there servers that can solve the 10,000 connection problem in C#?

Hello.
Googled, but only Python, Java, Node.js, Erlang, etc. come out. Are there any .NET solutions that solve this problem?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Artem Voronov, 2014-06-27
@maximka19

What's the problem with 10,000 connections? TcpListener, for example, does not limit the number of connections in any way (only if you do not explicitly specify this in the Start method). The bottleneck is the channel and server hardware.

R
Regis, 2014-07-05
@Regis

Google "C# NIO"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question