On 02/06/2013 21:12, Dimitri wrote:
> 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
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