Re: the acceptCount attribute not work like it's configuration

2013-12-31 Thread Mark Thomas
On 31/12/2013 02:01, 侯树成 wrote: Hi, Today, I find the acceptCount of connector is not work like it's config. You can try it like this: Connector port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 acceptCount=2 maxThreads=1

Re: the acceptCount attribute not work like it's configuration

2013-12-31 Thread 侯树成
Oh, everything is default in server.xml except Connector configuration. I have already explained how maxConnections is enforced by Tomcat. Where? When? I'm sorry, I havn't know it. the configuration of the client (number of threads, timeouts, etc.) -- just need a simple web app, in the servlet

Re: the acceptCount attribute not work like it's configuration

2013-12-31 Thread Mark Thomas
On 31/12/2013 09:42, 侯树成 wrote: Oh, everything is default in server.xml except Connector configuration. Yes, I can read thanks. I have already explained how maxConnections is enforced by Tomcat. Where? When? I'm sorry, I havn't know it. You replied to my explanation so I suggest you go back

Re: the acceptCount attribute not work like it's configuration

2013-12-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 12/31/13, 6:11 AM, Mark Thomas wrote: On 31/12/2013 09:42, 侯树成 wrote: Oh, everything is default in server.xml except Connector configuration. Yes, I can read thanks. I have already explained how maxConnections is enforced by

Re: the acceptCount attribute not work like it's configuration

2013-12-31 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 31/12/2013 14:43, Christopher Schultz wrote: Mark, On 12/31/13, 6:11 AM, Mark Thomas wrote: On 31/12/2013 09:42, 侯树成 wrote: Oh, everything is default in server.xml except Connector configuration. Yes, I can read thanks. I have already

the acceptCount attribute not work like it's configuration

2013-12-30 Thread 侯树成
Hi, Today, I find the acceptCount of connector is not work like it's config. You can try it like this: Connector port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 acceptCount=2 maxThreads=1 minSpareThreads=1/ use LR or JMeter make more