On Mon, February 2, 2004 at 6:28 pm, Josh Rehman wrote:
>
> This brings up an interesting point. I'm too lazy to test it, but what
> happens if you tomcat needs more threads than it is allowed? Does the
> user get a 404?
No. If the acceptCount is set to more than 0, the request will sit in the
accept queue until acceptCount is exceeded at which point the user will
get a connection refused error.
-Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)