You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a question.
What is the max number of concurrent websocket connections a tomcat instance can support? We are looking to serve 20000 connections at any given time. What would be the recommended number of tomcat instances to support the load?
The text was updated successfully, but these errors were encountered:
A WebSocket is a TCP socket. The total number of websocket connections are determined by number of open file descriptors permitted by OS on which websocket server( tomcat instance in this case) is running.
This is more of a question.
What is the max number of concurrent websocket connections a tomcat instance can support? We are looking to serve 20000 connections at any given time. What would be the recommended number of tomcat instances to support the load?
The text was updated successfully, but these errors were encountered: