[Mono-list] Clients can make maximum 15 connections to linux custom server in mono

danniel ilagnateeg at gmail.com
Sun Apr 1 10:26:24 UTC 2012


I have a custom server in C# being run on Ubuntu 11.10 under mono. I can make
up to 15 silverlight clients connect to the server. When I make the 16th, it
just waits. And if I close one of the established connections, the 16th
client is able to connect. I am also not exceeding any file handle limit.
The limit is 1024 and I am having around 300.

I have also run the same server on an Ubuntu 11.10 virtual machine and was
able to make up to 20 connections.

The clients use TcpListener.

I don't get this limitation when running the server on windows.

Any ideas how to allow more connections?


--
View this message in context: http://mono.1490590.n4.nabble.com/Clients-can-make-maximum-15-connections-to-linux-custom-server-in-mono-tp4523150p4523150.html
Sent from the Mono - General mailing list archive at Nabble.com.


More information about the Mono-list mailing list