From 5efb9fb1fe8b14a085eae7c6a53d4f977bad42ce Mon Sep 17 00:00:00 2001 From: robs Date: Mon, 8 May 2000 20:04:59 +0000 Subject: [PATCH] Nothing useful in there anymore --- docs/TODO | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 docs/TODO diff --git a/docs/TODO b/docs/TODO deleted file mode 100644 index 1f0ae37..0000000 --- a/docs/TODO +++ /dev/null @@ -1,23 +0,0 @@ - - *) External (not created by web server) process manager. This would - allow for alternate implementation of the killing policy, other mechanics, - OS specific stuff, etc. - - *) Port the module to WindowsNT. - - *) Implement a separate timeout for the communication with the FastCGI - application. At present mod_fastcgi's timeout is for the - communication with the client. A much shorter timeout would often be - appropriate for the communication with the FastCGI application. One - difficulty is that mod_fastcgi often interleaves client and - application communication. - - *) Implement session affinity. Is it possible to use mod_unique_id to set/get - identifiers to be used in implementing session affinity? - - *) Support an -appConnTimeout value which would indicate that the connection - should not be put in non-blocking mode. - - *) Configurable buffer sizes. - - -- 2.11.4.GIT