]> granicus.if.org Git - apache/commitdiff
The threaded MPM not working is not because of httpd or APR. Threads
authorRyan Bloom <rbb@apache.org>
Sat, 8 Sep 2001 01:10:29 +0000 (01:10 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 8 Sep 2001 01:10:29 +0000 (01:10 +0000)
are horribly broken on FreeBSD, and there is nothing we can do to fix
them.  Unless, of course, somebody wants to contribute code to the
FreeBSD project.

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

STATUS

diff --git a/STATUS b/STATUS
index 7fa0729fe7d2f911806ddb38859160fce891f678..277b157d1b594899c0ec064ba25f2d10f24660fd 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2001/09/07 20:05:06 $]
+Last modified at [$Date: 2001/09/08 01:10:29 $]
 
 Release:
 
@@ -34,13 +34,6 @@ on related projects:
 
 RELEASE SHOWSTOPPERS:
 
-    * 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,