Bump the default max stderr line length
[mod_fastcgi.git] / docs / TODO
blob1f0ae373539c45f73d56395a3dd08027b4c3c529
2  *) External (not created by web server) process manager.  This would
3         allow for alternate implementation of the killing policy, other mechanics,
4         OS specific stuff, etc.
6  *) Port the module to WindowsNT.
8  *) Implement a separate timeout for the communication with the FastCGI
9         application.  At present mod_fastcgi's timeout is for the
10         communication with the client.  A much shorter timeout would often be
11         appropriate for the communication with the FastCGI application.  One
12         difficulty is that mod_fastcgi often interleaves client and
13         application communication.
15  *) Implement session affinity.  Is it possible to use mod_unique_id to set/get
16     identifiers to be used in implementing session affinity?
17     
18  *) Support an -appConnTimeout value which would indicate that the connection
19     should not be put in non-blocking mode.
20     
21  *) Configurable buffer sizes.