From: Ryan Bloom Date: Sat, 8 Sep 2001 01:10:29 +0000 (+0000) Subject: The threaded MPM not working is not because of httpd or APR. Threads X-Git-Tag: 2.0.26~287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4c1d5c1a32131df135a3085228ae6358cd8c7fa;p=apache The threaded MPM not working is not because of httpd or APR. Threads 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 --- diff --git a/STATUS b/STATUS index 7fa0729fe7..277b157d1b 100644 --- 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 ] - - 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,