Ask Your Question
3

Would tomcat be an appropriate choice for a spring websocket application that experiences a high level of traffic, but does not utilize stomp?

asked 2022-06-04 11:00:00 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-05-13 14:00:00 +0000

plato gravatar image

Yes, Tomcat can be an appropriate choice for a Spring WebSocket application that experiences high traffic and does not utilize STOMP. Tomcat is a widely-used and scalable container for running web applications and has good support for WebSocket protocols. With the right configuration and tuning, Tomcat can handle high levels of traffic for WebSocket applications even without using STOMP. However, other considerations such as network topology, load balancing, and database performance also play a significant role in managing high traffic levels.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-06-04 11:00:00 +0000

Seen: 10 times

Last updated: May 13 '21