Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

Re: WHY? Tomcat 5 maxThreads too low, set to 10

David Rees

2004-02-02

Replies:

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)


©2008 junlu.com - Jax Systems, LLC, U.S.A.