Re: Share info across different sessions servers

2013-07-03 Thread Jose María Zaragoza
Thanks Vince. This could be an option. The documentation is poor and I don't see many examples in the web Could you send to me some code as example server.xml configuration ? Regards 2013/7/3 Vince Stewart stewart.vi...@gmail.com I have am using tribes messaging to send messages between

Huge SendQ tomcat7 Websocket

2013-07-03 Thread hidayath
Hi, A web application is using websockets. Opened the URL in a browser (Chrome and FF). The sendQ is increasing constantly, though the browsers are closed. Reproducibility: very low Tomcat version: 7.0.30 cid:image001.png@01CE77EA.01324F50 Thanks and regards, Hidayath

websockets questions

2013-07-03 Thread André Warnier
Hi. I am looking for general and not so general info about websockets. I have read the Wikipedia article, RFC 6455, the websocket API doc on MSDN, and pretty much all that I have been able to find on the WWW. But I am still not sure if I have a full picture. This is the context : we are

Re: websockets questions

2013-07-03 Thread Jess Holle
Unfortunately I don't have any information -- just related questions. 1. For someone currently using Apache httpd+mod_jk to load balance requests, what does one do about load balancing WebSockets requests between Tomcat instances? * As Andre alluded to, the only mention of websocket

Re: Share info across different sessions servers

2013-07-03 Thread Vince Stewart
Hi Jose, a couple of things, 1) I use embedded Tomcat to build my application and this has allowed me to maintain 2 single-line patches in tribes classes by adding tribes source code to my compilations. However those patches are only necessary with large messages that take more than 3 seconds to

Re: Share info across different sessions servers

2013-07-03 Thread mailingl...@j-b-s.de
Hi! what about treating this problem as a chat system? You want to broadcast messages, right? Maybe http://cometd.org/ is of any help (did not use it now personally) Jens Sent from my iPhone On 04.07.2013, at 00:14, Vince Stewart stewart.vi...@gmail.com wrote: Hi Jose, a couple of