Commit a56a3fa5 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

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
parent de18848f
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
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,