> -----Original Message-----
> From: Dahnke, Eric [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, March 28, 2002 9:14 AM
> To: 'Tomcat Users List'
> Subject: RE: TC Performance Testing
> 
> 
> > I have tested Apache 1.3.x and IIS serving static pages using these 
> > parameters and both display about 2x the performance. 
> (twice as many 
> > pages served in the same amount of time and half as many 
> errors). IS 
> > THERE ANYTHING I CAN DO TO INCREASE TC  PERFORMANCE. (ie. 
> > MinSpareServers 5, MaxSpareServers 10, stuff like that).
> 
> - Disable access logging if you don't need it
> 
> How would I disable access logging?
> 
> and anyone know what acceptCount=10 does?

>From the docs: "The maximum queue length for incoming connection
requests when all possible request processing threads are in use. Any
requests received when the queue is full will be refused. The default
value is 10."
Check out
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/http11.html for
more information on other parameters.

Jeremy

> 
> <Connector 
> className="org.apache.catalina.connector.http.HttpConnector"
>       port="80" minProcessors="5" maxProcessors="300"
>       enableLookups="false" redirectPort="8443"
>       acceptCount="10" connectionTimeout="60000" debug="0"
>       scheme="http" secure="false"/>
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to