Reputation: 475
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?
Upvotes: 6
Views: 6401
Reputation: 14620
Take a look at this: https://github.com/cloudmark/spring-websockets-performance-testing They use Tomcat 8 but i think there will not be a fundamental difference in performance.
Upvotes: 3