From 1e2e736eef09428424ada345008ae45b34c5441f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 16 Apr 2006 07:45:03 +0000 Subject: [PATCH] Describe period-connect --- doc/reference.xml | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/doc/reference.xml b/doc/reference.xml index 099fd21..aa5fe2b 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -731,7 +731,8 @@ The element max-connect is a child of element proxy and specifies the maximum number - of connections to be initiated within the last minute. + of connections to be initiated within the last minute (or + value of period-connect. If the maximum number is reached the proxy will terminate the @@ -744,11 +745,26 @@ The element max-connect is a child of element proxy and specifies the limit of number - of connections to be initiated within the last minute. + of connections to be initiated within the last minute (or + value of period-connect. - If the maximum number is reached the proxy delay the first operatation - in the session (Thus delaying the connection). + If the maximum number is reached the proxy delays the first operation + in the session by one second. + + + +
+ period-connect + + The element period-connect is a child of element + proxy and specifies period - in the number of seconds + that limit-connect and + max-connect + should measure connections. + + + If period-connect is omitted, 60 seconds is used.
@@ -824,7 +840,7 @@