You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/06/05 22:32:02 UTC

[Bug 56577] [websocket] Inappropriate executor in WsServerContainer

https://issues.apache.org/bugzilla/show_bug.cgi?id=56577

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Thanks for the report. I've had a long hard think about the desired behaviour
and reconfigured the executor accordingly. The fix is in 8.0.x for 8.0.9
onwards and in 7.0.x for 7.0.55 onwards.

The short version is:
- Core size is configurable but defaults to 0.
- Threads die after 60s of inactivity
- Thread pool grows unbounded if a new task is added and no thread is available
to service it

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org