Spiga

KeepAlive & KeepAliveTimeout : Another key performance upgrades

KeepAlive

This is the apache directive that helps the users to maintain persistant connections on to the server. This can help in maintaining the consistent performance upgrades for the clients. The value used is

KeepAlive on

this should help in maintaining the connections.

KeepAliveTimeout

KeepAliveTimeout 120

This directive is used to define in seconds on how long the persistant connections on to the server is to be maintained. Once the request is received the directive is used to set the timeout.

0 comments: