myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [3049] Added documentation about connections timeout.


From: Giuseppe Scrivano
Subject: [myserver-commit] [3049] Added documentation about connections timeout.
Date: Sat, 04 Apr 2009 11:32:39 +0000

Revision: 3049
          http://svn.sv.gnu.org/viewvc/?view=rev&root=myserver&revision=3049
Author:   gscrivano
Date:     2009-04-04 11:32:38 +0000 (Sat, 04 Apr 2009)
Log Message:
-----------
Added documentation about connections timeout.

Modified Paths:
--------------
    trunk/myserver/documentation/basic_configuration.texi

Modified: trunk/myserver/documentation/basic_configuration.texi
===================================================================
--- trunk/myserver/documentation/basic_configuration.texi       2009-04-04 
10:13:09 UTC (rev 3048)
+++ trunk/myserver/documentation/basic_configuration.texi       2009-04-04 
11:32:38 UTC (rev 3049)
@@ -60,3 +60,19 @@
 Files saved on the primary memory are not persistent between reboots,
 introducing another level of security as temporary data will not be
 saved on the server.
+
address@hidden Connections timeout
+Protocols like FTP or HTTP/1.1 support keep-alive connections, in
+other words the connection is kept alive between requests to avoid a
+different connection to the server on every request.
+MyServer performances are not affected by the number of active
+connections but if they are not controlled, they can reach the maximum
+number of allowed connections without give the possibility to new
+connections that really want to request a resource to be
+estabilished.
+Active connections are closed after a fixed amount of time has passed
+without any activity.
+The amount of time, before an inactive connection is closed, is
+configured trought the @code{server.connection_timeout} value defined
+in the global configuration file.  This value is specified in
+seconds.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]