summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2005-01-23 17:53:39 +0000
committerPaul Querna <pquerna@apache.org>2005-01-23 17:53:39 +0000
commit58f04b1a262b9bee4b6e5a259aaa82338f825305 (patch)
treeb60566262622607432a9d4cf2ce445e4e3b166f4 /STATUS
parent1731589f3cb24adc3dbdef1f363b5b9f7816104a (diff)
downloadhttpd-58f04b1a262b9bee4b6e5a259aaa82338f825305.tar.gz
Solaris 10+Event MPM doesnt work. Note it as a non-showstopper.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126228 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS5
1 files changed, 5 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index f874cd467a..104fd44a67 100644
--- a/STATUS
+++ b/STATUS
@@ -98,6 +98,11 @@ 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.
+
* 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