Re: Effect of MaxThreads

2008-01-16 Thread Rainer Jung
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:

Re: Effect of MaxThreads

2008-01-16 Thread Berglas, Anthony
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

Re: Effect of MaxThreads

2008-01-14 Thread Bill Barker
ssage news:[EMAIL PROTECTED] > 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

RE: Effect of MaxThreads

2008-01-14 Thread Caldarale, Charles R
> 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://t

Effect of MaxThreads

2008-01-13 Thread Berglas, Anthony
Tomcat connectors provide maxThreads parameter to throttle the number of concurrent transactions. But what actually happens when this number is exceeded? Are additional requests queued, or are they simply bounced? We have Apache in front of Tomcat (for dubious reasons). Where is the best place