From 9ae3a040ed3e15e9b73166eae591ad1227fdf09f Mon Sep 17 00:00:00 2001 From: robs Date: Mon, 22 May 2000 12:43:44 +0000 Subject: [PATCH] Reccomend against using appConnTimeout --- docs/mod_fastcgi.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/mod_fastcgi.html b/docs/mod_fastcgi.html index fba3193..92b5c42 100644 --- a/docs/mod_fastcgi.html +++ b/docs/mod_fastcgi.html @@ -1,6 +1,6 @@ - + Apache module mod_fastcgi @@ -307,8 +307,8 @@ mutually exclusive. values, this is the amount of time used in a select() to write to the file descriptor returned by a non-blocking connect().  - Non-blocking connect()s are troublesome on many - platforms.  See also -idle-timeout, it produces similar results but in + Non-blocking connect()s are troublesome on many platforms and + thus the use of the option is not recommended.  See also -idle-timeout, it produces similar results but in a more portable manner.
-idle-timeout n (30 seconds)
The number of seconds of FastCGI application inactivity allowed before the -- 2.11.4.GIT