Re: Connector Setting Problem in tomcat 6.0.29

2010-11-06 Thread Jim Riggs
On Nov 6, 2010, at 2:17 PM, Christopher Schultz wrote: >> I believe (if I heard it correctly), either Mark T. or Tim F. >> explained at ApacheCon this week that the minimum is not immediate. >> It needs to build up to that level. So, when you start Tomcat, you >> won't immediately fire up 150 thr

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-06 Thread Brooke Hedrick
Doesn't the db pooling config use a param called something like initSize or initialSize if you want it to start at that size. On Nov 6, 2010 2:17 PM, "Christopher Schultz" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jim, > > On 11/6/2010 2:17 PM, Jim Riggs wrote: >> On Nov 6, 2010

RE: Connector Setting Problem in tomcat 6.0.29

2010-11-06 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Connector Setting Problem in tomcat 6.0.29 > If that's the case, I find that surprising. I always like to avoid > violating the principle of least surprise. minSpareThreads as a name > implies to me that those spares

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim, On 11/6/2010 2:17 PM, Jim Riggs wrote: > On Nov 6, 2010, at 12:50 AM, rujin raj wrote: > >> Now my server.xml file is like this.As you told i added >> executor="tomcatThreradPool" as follows >> >> > maxThreads="1000" minSpareThreads="150"/>

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-06 Thread Jim Riggs
On Nov 6, 2010, at 12:50 AM, rujin raj wrote: > Now my server.xml file is like this.As you told i added > executor="tomcatThreradPool" as follows > > maxThreads="1000" minSpareThreads="150"/> > > connectionTimeout="2" > executor="tomcatThreadPool" > maxThreads="1000" >

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-06 Thread Pid
On 06/11/2010 05:50, rujin raj wrote: > Hi, > > Now my server.xml file is like this.As you told i added > executor="tomcatThreradPool" as follows > >maxThreads="1000" minSpareThreads="150"/> > > connectionTimeout="2" > executor="tomcatThreadPool" > maxThreads="100