Re: Can not understand how maxThreads of Connectors works

2013-01-24 Thread Ben Stringer
On 25/01/2013, at 6:09 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > André, > > On 1/24/13 12:14 PM, André Warnier wrote: >> Now, considering this, there are a number of possibilities : - the >> documentation is totally wrong - there is a bug in Tomca

Re: Can not understand how maxThreads of Connectors works

2013-01-17 Thread Hermes Flying
                                                                                                  From: Christopher Schultz To: Tomcat Users List Sent: Thursday, January 17, 2013 6:57 PM Subject: Re: Can not understand how maxThreads of Connectors works -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 1/17/13 3:32 AM, André Warnier wrote

Re: Can not understand how maxThreads of Connectors works

2013-01-17 Thread Hermes Flying
: Thursday, January 17, 2013 6:57 PM Subject: Re: Can not understand how maxThreads of Connectors works -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 1/17/13 3:32 AM, André Warnier wrote: > Quite a few messages ago, I asked the OP if he could copy/paste > his server.xml. Yes. Get

Re: Can not understand how maxThreads of Connectors works

2013-01-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 1/17/13 3:32 AM, André Warnier wrote: > Quite a few messages ago, I asked the OP if he could copy/paste > his server.xml. Yes. Getting information from the OP seems to be difficult. > The reason was that if his config uses an Executor, t

Re: Can not understand how maxThreads of Connectors works

2013-01-17 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hermes, On 1/16/13 3:07 PM, Hermes Flying wrote: I believe acceptCount can not work with value 0 because if I am not wrong, the acceptCount is the value passed as backlog in the ServerSocket constructor. According to j

Re: Can not understand how maxThreads of Connectors works

2013-01-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hermes, On 1/16/13 3:07 PM, Hermes Flying wrote: > I believe acceptCount can not work with value 0 because if I am > not wrong, the acceptCount is the value passed as backlog in the > ServerSocket constructor. According to javadoc if the backlog >

Re: Can not understand how maxThreads of Connectors works

2013-01-16 Thread Hermes Flying
info on this? Best Regards From: Christopher Schultz To: Tomcat Users List Sent: Wednesday, January 16, 2013 7:52 PM Subject: Re: Can not understand how maxThreads of Connectors works -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hermes, On 1/16/13 11

Re: Can not understand how maxThreads of Connectors works

2013-01-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hermes, On 1/16/13 11:01 AM, Hermes Flying wrote: > I am trying to understand how the maxThreads attribute of > Connectors works. I did some tests in order to configure Tomcat to > limit the number of concurrent client requests (as asked in my > pre

Re: Can not understand how maxThreads of Connectors works

2013-01-16 Thread Hermes Flying
PM Subject: Re: Can not understand how maxThreads of Connectors works Hermes Flying wrote: > Hi, > I am trying to understand how the maxThreads attribute of Connectors works. I > did some tests in order to configure Tomcat to limit the number of concurrent > client requests(as asked in m

Re: Can not understand how maxThreads of Connectors works

2013-01-16 Thread Hermes Flying
Hi, I am using Tomcat 6 (I think it is version 33 but will double check) And JVM is Java 6 from IBM Do you need exact versions? From: André Warnier To: Tomcat Users List Sent: Wednesday, January 16, 2013 6:18 PM Subject: Re: Can not understand how

Re: Can not understand how maxThreads of Connectors works

2013-01-16 Thread André Warnier
Hermes Flying wrote: Hi, I am trying to understand how the maxThreads attribute of Connectors works. I did some tests in order to configure Tomcat to limit the number of concurrent client requests(as asked in my previous mail). Did the following trivial configuration. maxThreads=1 and accept