luehe 2003/10/30 13:01:39
Modified: util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java
Log:
Fixed problem where if maxThreads is set to 1,
ThreadPool.findControlRunnable() will log this error on the first
request:
SEVERE: All threads (1) are currently busy, waiting. Increase
maxThreads (1) or check the servlet status
and then block forever
-1 for this patch. 1 is obviously a stupid configuration value, so the pool should refuse it.
Remy
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]