On 06/05/2010 09:29 AM, Hans Hübner wrote:
Lets set the default limit to 100 so that Hunchentoot is not the first thing one needs to tune when coping with larger loads. The listener queue length should not be too short (something like 30-50) so that load transients can be handled.
Hans is correct that it should higher. Just for comparison, Tomcat's defaults are about double: 200 threads (maxThreads) and 100 queue size (acceptCount). http://tomcat.apache.org/tomcat-6.0-doc/config/http.html
-Gordon