Luc14860 / jwebsocket

Automatically exported from code.google.com/p/jwebsocket
0 stars 0 forks source link

stops accepting connections after about 2,000 connected clients #193

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
jWebSocket: Version 1.0 beta 8, installed on Unix CentOS
We have recently installed the latest version of jWebsocket on our server, 
using the default configuration, except we set the logging to only 'error' 
logging.
The demos work great, and I got jWebsocket working on our website where each 
user subscribes to his own channel, and if they receive a new message on the 
site, there is a message sent to their channel.  
It works great with a few users, but once we hit about 2,000 clients connected, 
jWebsocket server stops accepting any new clients, and basically just craps out 
and stops working.  
If you have any suggestions or need any more information please let me know!

Original issue reported on code.google.com by jet.vamp...@gmail.com on 8 Feb 2013 at 5:53