nection pooler, which was required because the application
specifies the password which DBCP could not handle.)
Regards,
Anthony
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker
Sent: Tuesday, January 15, 2008 12:09 PM
To: users@tomcat.apache.org
Subject: Re:
OTECTED] On Behalf Of Bill Barker
> Sent: Tuesday, January 15, 2008 12:09 PM
> To: users@tomcat.apache.org
> Subject: Re: Effect of MaxThreads
>
> Yes, but the way that the default, non-APR, AJP/1.3 Connector works,
> connections generally will stay open tying up the correspondi
Yes, but the way that the default, non-APR, AJP/1.3 Connector works,
connections generally will stay open tying up the corresponding threads.
This means that acceptCount doesn't really do very much in this case.
Tomcat will end up failing the request if it can't find a free thread for
it.
The
> From: Berglas, Anthony [mailto:[EMAIL PROTECTED]
> Subject: Effect of MaxThreads
>
> Tomcat connectors provide maxThreads parameter to throttle
> the number of concurrent transactions. But what actually
> happens when this number is exceeded?
It's in the doc:
http://tomcat.apache.org/tomcat-