Spring Websockets Maximum Concurrent Connections

What is the maximum number of concurrent network connections that a tomcat instance can support? We want to serve 20,000 connections at any given time. What would be the recommended number of tomcat instances to support the load?

+5
source share
1 answer

Take a look at this: https://github.com/cloudmark/spring-websockets-performance-testing They use Tomcat 8, but I think there will be no fundamental difference in performance.

+2
source

Source: https://habr.com/ru/post/1208608/


All Articles