APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2001/02/16 06:09:04 $]
+Last modified at [$Date: 2001/02/16 17:48:03 $]
Release:
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
+ * mod_include doesn't stream data when there are no SSI tags in
+ a file. If the OS doesn't have MMAP, this means that the entire
+ file is read into memory before we send it down the filter
+ stack. The includes_filter should only ever parse about 9K of
+ data at one time, so that we always look like we are streaming
+ the data.
+
* All of our MPMs should use APR for threads/processes. This
will allow us to error out if a threaded MPM is chosen on a
platform that doesn't support threads.