Re: [EMAIL PROTECTED] Query on KeepAlive and KeepAliveTimeOut
Hai There is no effect. The KeepAlive directive allows multiple requests to be sent over the same TCP connection. This is particularly useful while serving HTML pages with lot of images. If KeepAlive is set to Off, then for each images, a separate TCP connection has to be made. Overhead due to es
[EMAIL PROTECTED] Query on KeepAlive and KeepAliveTimeOut
Hi All, If I keep KeepAlive Off then does KeepAliveTimeOut is going to be effective or functional? Thanks Arnab