> 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?
<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]>