]> granicus.if.org Git - apache/commitdiff
We finally got APR working well enough to support buffered reading
authorJeff Trawick <trawick@apache.org>
Fri, 7 Sep 2001 14:01:26 +0000 (14:01 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 7 Sep 2001 14:01:26 +0000 (14:01 +0000)
of .var files, so the .var file issue is gone.

The brokenness of the threaded MPM on FreeBSD is a FreeBSD issue, not
an Apache issue, as far as anyone can tell.  I don't think this should
be in the STATUS file at all, unless somebody thinks we should issue a
big honking warning from configure if somebody tries to enable threaded.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90954 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 180d8afcd6429de2f172727d95b1c02b482d50f2..4198987c6383bd370d9371e93b14d09626f71103 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2001/09/07 13:53:13 $]
+Last modified at [$Date: 2001/09/07 14:01:26 $]
 
 Release:
 
@@ -34,13 +34,13 @@ on related projects:
 
 RELEASE SHOWSTOPPERS:
 
-    * mod_negotiation (?): Marc's message on 23 August 2001 about
-      the .var files being read one byte at a time.
-      [Charles Randall <crandall@matchlogic.com>]
-
     * threaded MPM broken on FreeBSD
       [Charles Randall <crandall@matchlogic.com>]
 
+      Jeff says: As far as anyone can tell, it is FreeBSD which is
+      broken, with no apparent work-around available.  Even using
+      prefork with a threaded APR build on FreeBSD doesn't work.
+
     * There is a bug in how we sort some hooks, at least the pre-config
       hook.  The first time we call the hooks, they are in the correct 
       order, but the second time, we don't sort them correctly.  Currently,