atit_ldce wrote: > > Hello, > I have some confusion regarding Persistent Server Connection > > 1) how to enable persistent server connection....
It is enabled by default. > 2) How persistent connection is useful... Makes browsing a lot faster as the TCP setup does not need to be repeated on each and every request. > 3) If i enable the persistent server connection , can i have logical description of > how this related to processing of client HTTP Request? Client sends the next request on the same connection. Squid continues to read requests on the same connection. And similarily for server connections. Regards Henrik
