You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2005/01/23 18:53:41 UTC

svn commit: r126228 - /httpd/httpd/trunk/STATUS

Author: pquerna
Date: Sun Jan 23 09:53:39 2005
New Revision: 126228

URL: http://svn.apache.org/viewcvs?view=rev&rev=126228
Log:
Solaris 10+Event MPM doesnt work. Note it as a non-showstopper.

Modified:
   httpd/httpd/trunk/STATUS

Modified: httpd/httpd/trunk/STATUS
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/STATUS?view=diff&rev=126228&p1=httpd/httpd/trunk/STATUS&r1=126227&p2=httpd/httpd/trunk/STATUS&r2=126228
==============================================================================
--- httpd/httpd/trunk/STATUS	(original)
+++ httpd/httpd/trunk/STATUS	Sun Jan 23 09:53:39 2005
@@ -98,6 +98,11 @@
     * 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.
+
     * Filter stacks and subrequests, redirects and fast redirects.
       There's at least one PR that suffers from the current unclean behaviour
       (which lets the server send garbage): PR 17629