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

--- Comment #1 from Filip Hanik <fha...@apache.org> 2011-05-23 19:09:58 UTC ---
I'd strongly recommend to default acceptorThreadCount=1 and possible
deprecating the attribute all together.
Acceptor thread count larger than 1 has really zero impact on performance,
while degrading system resources.
The operating system holds a shared lock underneath to accept new connections,
so having multiple threads calling ServerSocket.accept is doing nothing except
queuing up for that lock.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to