On Sat, 9 Oct 2004, Kashif Ali Bukhari wrote:
What is the function of
server_persistent_connections
this directive can disable the use of peristent connections to upstream serves (persistent == same connection reused to send many requests).
pipeline_prefetch
pipelininig is when a client sends several requests on the same connection without first waiting for the response from the first one.
Regards Henrik
