Websocket impl limits message rate?

2014-08-12 Thread Messinides, Mike
Tomcat 7.0.54/JVM 1.7.0_51-b13/Win2008x64 I have a websocket server endpoint in Tomcat and a Tyrus 1.7 client. When I try to send text messages from the Tyrus client to Tomcat, it appears that messages get dropped when sent at a rate greater than 1 every ten seconds. Is there configuration

Re: Websocket impl limits message rate?

2014-08-12 Thread André Warnier
Messinides, Mike wrote: Tomcat 7.0.54/JVM 1.7.0_51-b13/Win2008x64 I have a websocket server endpoint in Tomcat and a Tyrus 1.7 client. When I try to send text messages from the Tyrus client to Tomcat, it appears that messages get dropped when sent at a rate greater than 1 every ten seconds.

Re: Websocket impl limits message rate?

2014-08-12 Thread Mark Thomas
On 12/08/2014 13:14, André Warnier wrote: Messinides, Mike wrote: Tomcat 7.0.54/JVM 1.7.0_51-b13/Win2008x64 I have a websocket server endpoint in Tomcat and a Tyrus 1.7 client. When I try to send text messages from the Tyrus client to Tomcat, it appears that messages get dropped when sent at

RE: Websocket impl limits message rate?

2014-08-12 Thread Messinides, Mike
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, August 12, 2014 8:26 AM To: Tomcat Users List Subject: Re: Websocket impl limits message rate? On 12/08/2014 13:14, André Warnier wrote: Messinides, Mike wrote: Tomcat 7.0.54/JVM 1.7.0_51-b13/Win2008x64 I

Re: Websocket impl limits message rate?

2014-08-12 Thread David kerber
It seems to me far more likely that this would be a limit in the client, because there is a practical limit to how fast a client would generated messages in a real-world situation, while a server must be able to handle many clients at once, and therefore must handle many times the client's max