minSpareThreads maxSpareThreads property

2010-12-10 Thread Christoph Kukulies
I installed the APR tomcat native library today. It is giving the WARNINGs below. Can anyone comment? catalina.out: 10.12.2010 11:08:54 org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache Tomcat Native library 1.1.20. 10.12.2010 11:08:54

Re: minSpareThreads maxSpareThreads property

2010-12-10 Thread Mark Thomas
On 10/12/2010 10:38, Christoph Kukulies wrote: I installed the APR tomcat native library today. It is giving the WARNINGs below. Can anyone comment? Which part isn't clear? Mark catalina.out: 10.12.2010 11:08:54 org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based

Re: minSpareThreads maxSpareThreads property

2010-12-10 Thread André Warnier
Mark Thomas wrote: On 10/12/2010 10:38, Christoph Kukulies wrote: I installed the APR tomcat native library today. It is giving the WARNINGs below. Can anyone comment? Which part isn't clear? ;-) Christoph, compare this page :

Re: minSpareThreads maxSpareThreads property

2010-12-10 Thread Christoph Kukulies
Am 10.12.2010 14:02, schrieb André Warnier: Christoph, compare this page : http://tomcat.apache.org/tomcat-6.0-doc/config/http.html#Standard_Implementation to this page : http://tomcat.apache.org/tomcat-5.5-doc/config/http.html In other words, there is a strong suspicion that when you

Re: minSpareThreads maxSpareThreads property

2010-12-10 Thread Rainer Jung
On 10.12.2010 16:06, Christoph Kukulies wrote: Am 10.12.2010 14:02, schrieb André Warnier: Christoph, compare this page : http://tomcat.apache.org/tomcat-6.0-doc/config/http.html#Standard_Implementation to this page : http://tomcat.apache.org/tomcat-5.5-doc/config/http.html In other words,

Re: minSpareThreads maxSpareThreads property

2010-12-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christoph, On 12/10/2010 5:38 AM, Christoph Kukulies wrote: I installed the APR tomcat native library today. It is giving the WARNINGs below. Can anyone comment? I had the same problem when using keepAliveTimeout with TC 6.0.29, which is

Re: minSpareThreads maxSpareThreads

2010-05-04 Thread Mario Splivalo
Christopher Schultz wrote: Mario, On 5/3/2010 8:18 AM, Mario Splivalo wrote: André Warnier wrote: Mario Splivalo wrote: One just have to love Tomcat documentation :) Specially considering the price you pay for it. Oh, that is so professional. So, it's cheap therefore it can be

Re: minSpareThreads maxSpareThreads

2010-05-04 Thread Pid
On 04/05/2010 07:51, Mario Splivalo wrote: Christopher Schultz wrote: Mario, ... Yes, it actually makes sense now, to use executors for desired behavior. It's just that I somehow missed the introduction of the executors. I still don't understand the actual benefit of using executors - is

minSpareThreads maxSpareThreads

2010-05-03 Thread Mario Splivalo
I am migrating application from tomcat 5.5 to tomcat 6.0 and I'm a bit confused about Connector configuration attributes. In 5.5 i had minSpareThreads and maxSpareThreads. Are those still used in 6.0? They are not listed in as attributes here:

Re: minSpareThreads maxSpareThreads

2010-05-03 Thread Pid
On 03/05/2010 09:29, Mario Splivalo wrote: I am migrating application from tomcat 5.5 to tomcat 6.0 and I'm a bit confused about Connector configuration attributes. In 5.5 i had minSpareThreads and maxSpareThreads. Are those still used in 6.0? They are not listed in as attributes here:

Re: minSpareThreads maxSpareThreads

2010-05-03 Thread Mario Splivalo
Pid wrote: On 03/05/2010 09:29, Mario Splivalo wrote: I am migrating application from tomcat 5.5 to tomcat 6.0 and I'm a bit confused about Connector configuration attributes. In 5.5 i had minSpareThreads and maxSpareThreads. Are those still used in 6.0? They are not listed in as attributes

Re: minSpareThreads maxSpareThreads

2010-05-03 Thread André Warnier
Mario Splivalo wrote: One just have to love Tomcat documentation :) Specially considering the price you pay for it. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

RE: minSpareThreads maxSpareThreads

2010-05-03 Thread Caldarale, Charles R
From: Mario Splivalo [mailto:mario.spliv...@megafon.hr] Subject: Re: minSpareThreads maxSpareThreads So, if I don't use executor I can't set those attributes? Correct. One just have to love Tomcat documentation :) Please submit a patch for any doc improvements you'd like to see. - Chuck

Re: minSpareThreads maxSpareThreads

2010-05-03 Thread Mario Splivalo
André Warnier wrote: Mario Splivalo wrote: One just have to love Tomcat documentation :) Specially considering the price you pay for it. Oh, that is so professional. So, it's cheap therefore it can be unprofessional? It's a joke, I hear you saying? Pardon my 'humor', I meant no offense.

Re: minSpareThreads maxSpareThreads

2010-05-03 Thread Mario Splivalo
Caldarale, Charles R wrote: From: Mario Splivalo [mailto:mario.spliv...@megafon.hr] Subject: Re: minSpareThreads maxSpareThreads So, if I don't use executor I can't set those attributes? Correct. The documentation for executors mention just maxThreads and minSpareThreads, does that mean

RE: minSpareThreads maxSpareThreads

2010-05-03 Thread Caldarale, Charles R
From: Mario Splivalo [mailto:mario.spliv...@megafon.hr] Subject: Re: minSpareThreads maxSpareThreads There really is NO mention whatsoever about minSpareThreads and maxSpareThreads in documentation, using executors or not. That's simply not true; they're documented here: http

Re: minSpareThreads maxSpareThreads

2010-05-03 Thread Mario Splivalo
Caldarale, Charles R wrote: From: Mario Splivalo [mailto:mario.spliv...@megafon.hr] Subject: Re: minSpareThreads maxSpareThreads There really is NO mention whatsoever about minSpareThreads and maxSpareThreads in documentation, using executors or not. That's simply not true; they're

RE: minSpareThreads maxSpareThreads

2010-05-03 Thread Caldarale, Charles R
From: Mario Splivalo [mailto:mario.spliv...@megafon.hr] Subject: Re: minSpareThreads maxSpareThreads The documentation for executors mention just maxThreads and minSpareThreads, does that mean that maxSpareThreads is completely obsolete? Correct. - Chuck THIS COMMUNICATION MAY CONTAIN

Re: minSpareThreads maxSpareThreads

2010-05-03 Thread André Warnier
Mario Splivalo wrote: André Warnier wrote: Mario Splivalo wrote: One just have to love Tomcat documentation :) Specially considering the price you pay for it. Oh, that is so professional. You are right, it wasn't professional. Just at the same level as your previous comment ? Peace. I

Re: minSpareThreads maxSpareThreads

2010-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mario, On 5/3/2010 8:18 AM, Mario Splivalo wrote: André Warnier wrote: Mario Splivalo wrote: One just have to love Tomcat documentation :) Specially considering the price you pay for it. Oh, that is so professional. So, it's cheap therefore