shimaore/esl

Increasing concurrent sockets (Server Mode)

afshin2003 opened this issue · 1 comments

Hi,
In the high traffic situations, Freeswitch socket connection to my application fails. How can I increase number of socket connection that should be handled?

Best,
Afshin

Hi @afshin2003
How did you determine that the number of socket connections might be the problem? Do you actually see a high number of connections in netstat or a similar tool?
I wouldn't expect this unless you try to open in the order of 30000+ concurrent connections (to exhaust available TCP ports on the FreeSwitch client side).