]> granicus.if.org Git - apache/commitdiff
Update the Solaris 10 & Event MPM issue.
authorPaul Querna <pquerna@apache.org>
Wed, 16 Mar 2005 17:05:29 +0000 (17:05 +0000)
committerPaul Querna <pquerna@apache.org>
Wed, 16 Mar 2005 17:05:29 +0000 (17:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157777 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0f31f983dda8f94aa9654df4b9d488204e724eea..fdfdbb2dff1a29e827226bcef42967bd99190f79 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -106,10 +106,7 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
     * Patches submitted to the bug database:
       http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Apache+httpd-2.0&keywords=PatchAvailable
 
-    * The Event MPM does not work on Solaris 10. Solaris 10 does support the 
-      Threadsafe Pollsets required by the Event MPM, but it does not support
-      multiple threads calling accept() at the same time.  The current 
-      structure of the Event MPM makes adding accept() locking difficult.
+    * The Event MPM does not work on Solaris 10. PR 34040.
 
     * Filter stacks and subrequests, redirects and fast redirects.
       There's at least one PR that suffers from the current unclean behaviour