Hi,
I am developing a collaboration webapp using Tomcat 7 implementation of
WebSockets. Imagine we have a 1000+ of connected clients, each of them
having his own WsOutbound. How do we implement broadcast messages in a
scalable way? Yet I've seen only examples that do iterate over connected
clients
Hi Edward,
a few more questions:
* What is your CATALINA_BASE and what CATALINA_HOME?
* Have you verified, that your options (set by your JAVA_OPTS) are
really used by your tomcat installation?
Greetings
Felix
Am 31.05.2013 17:17, schrieb Edward Siewick:
Hi.
I'm trying to get a baseline