BLOG.TIGABEATS.COM

A shrine where thoughts, ideas and random stuff is preserved

Tuning

ATG: Tuning Apache + Tomcat

I did some tuning on Apache which vastly decreased response times. The tests show increase vast decrease in response. (see table below) which is due to the following improvements made effective by the tuning (Increased maxclients, KeepAlive on. KeepAliveTimeout etc): 1) Reusable connections to handle multiple requests from the same client, which in return causes [...]