[Gambas-user] ServerSocket doesn't appear to scale well

Cedron Dawg cedron at exede.net
Sun Mar 31 00:53:59 CET 2019


You may be facing a system limitation:

https://stackoverflow.com/questions/410616/increasing-the-maximum-number-of-tcp-ip-connections-in-linux

"On the Server Side: The net.core.somaxconn value has an important role. It limits the maximum number of requests queued to a listen socket. If you are sure of your server application's capability, bump it up from default 128 to something like 128 to 1024. Now you can take advantage of this increase by modifying the listen backlog variable in your application's listen call, to an equal or higher integer."

Just an idea to follow up on, nothing in concrete.

Ced



----- Original Message -----
From: "T Lee Davidson" <t.lee.davidson at gmail.com>
[...]

Any suggestions as to why that might be, and what I could do to open it up?

[...]

___
Lee

[0] http://gambaswiki.org/wiki/doc/network#t13

----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----


More information about the User mailing list