]> granicus.if.org Git - apache/commitdiff
Add a note about using APR threads and processes.
authorRyan Bloom <rbb@apache.org>
Fri, 16 Feb 2001 06:09:04 +0000 (06:09 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 16 Feb 2001 06:09:04 +0000 (06:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88186 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f8fffcbe6e9856ea72b12fa3e62de482c7f2c814..3e1bf7a64152b69c5b887d13917c68339c2d10bf 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2001/02/10 22:21:22 $]
+Last modified at [$Date: 2001/02/16 06:09:04 $]
 
 Release:
 
@@ -98,6 +98,10 @@ RELEASE SHOWSTOPPERS:
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
+    * All of our MPMs should use APR for threads/processes.  This 
+      will allow us to error out if a threaded MPM is chosen on a
+      platform that doesn't support threads.
+
     * Combine log_child and piped_log_spawn. Clean up http_log.c.
       Common logging API.