Robin Varghese
Robin Varghese

Reputation: 475

Spring Websockets Max Concurrent connections

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

Answers (1)

Ruslan
Ruslan

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

Related Questions