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 Executor name=tomcatThreadPool namePrefix=catalina-exec- maxThreads=1000 minSpareThreads=150/ Connector port=8080 protocol=HTTP/1.1

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 Executor name=tomcatThreadPool namePrefix=catalina-exec- maxThreads=1000 minSpareThreads=150/ Connector port=8080 protocol=HTTP/1.1

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 Executor name=tomcatThreadPool namePrefix=catalina-exec-

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 are

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 ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim, On 11/6/2010 2:17 PM, Jim Riggs

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 threads