> From: Anton Piatek1 [mailto:anton.pia...@uk.ibm.com] 
> Subject: Re: websockets holding on to threads.

> My thinking about it being a bug is that to support N clients with 
> websockets, you need N threads available on tomcat, even though they are 
> only getting updates every x seconds. 

I don't know if this will have any effect, but try using the NIO <Connector> 
instead of the BIO one.  Set the protocol attribute to 
org.apache.coyote.http11.Http11NioProtocol and see what happens.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to