On 24/10/2013 18:02, Bob DeRemer wrote: > Hi Community, > > As we start load testing our jsr-356 applications, I’d like to find out > if there are any websocket-specific connector settings we should be > aware of for tuning the underlying websocket connection processing. > Since this is a tcp socket at the end of the day, I’m assuming all the > socket.* options still apply if needed. We are currently testing with > the latest trunk build of 7.0 (48-dev) using the NIO connector only – no > APR.
Nothing WebSocket specific. Threads that handle WebSocket requests come from the same pool that handles HTTP requests. Note there are a few Tomcat specific WebSocket configuration knobs you can twiddle are documented here (note this is for svn head): http://ci.apache.org/projects/tomcat/tomcat7/docs/web-socket-howto.html#Tomcat_WebSocket_specific_configuration Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org