Answer the question
In order to leave comments, you need to log in
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
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question