r4316 - in branches/2.0/varnish-cache: include man

tfheen at projects.linpro.no tfheen at projects.linpro.no
Thu Oct 8 17:41:57 CEST 2009


Author: tfheen
Date: 2009-10-08 17:41:57 +0200 (Thu, 08 Oct 2009)
New Revision: 4316

Modified:
   branches/2.0/varnish-cache/include/shmlog_tags.h
   branches/2.0/varnish-cache/man/vcl.7so
Log:
Merge r4238: Document max_connections somewhat



Modified: branches/2.0/varnish-cache/include/shmlog_tags.h
===================================================================
--- branches/2.0/varnish-cache/include/shmlog_tags.h	2009-10-08 15:33:25 UTC (rev 4315)
+++ branches/2.0/varnish-cache/include/shmlog_tags.h	2009-10-08 15:41:57 UTC (rev 4316)
@@ -56,6 +56,8 @@
 SLTM(Backend)
 SLTM(Length)
 
+SLTM(FetchError)
+
 SLTM(RxRequest)
 SLTM(RxResponse)
 SLTM(RxStatus)

Modified: branches/2.0/varnish-cache/man/vcl.7so
===================================================================
--- branches/2.0/varnish-cache/man/vcl.7so	2009-10-08 15:33:25 UTC (rev 4315)
+++ branches/2.0/varnish-cache/man/vcl.7so	2009-10-08 15:41:57 UTC (rev 4316)
@@ -93,6 +93,11 @@
 }
 .Ed
 .Pp
+To avoid overloading backend servers,
+.Fa .max_connections
+can be set to limit the maximum number of concurrent backend connections.
+.Ed
+.Pp
 The timeout parameters can be overridden in the backend declaration.
 The timeout parameters are
 .Fa .connect_timeout



More information about the varnish-commit mailing list