]> granicus.if.org Git - apache/commitdiff
Add note about worker MPM weirdness observed on FreeBSD and Cygwin.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 2 Jan 2002 08:13:33 +0000 (08:13 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 2 Jan 2002 08:13:33 +0000 (08:13 +0000)
Does anyone else see this?

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92702 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2cf9f9fd5fcd06fa2f0dd9e481aa3a2ee0542804..066535b46145964bc0df4ff36b8f6294aeead7d8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2002/01/02 08:05:15 $]
+Last modified at [$Date: 2002/01/02 08:13:33 $]
 
 Release:
 
@@ -122,6 +122,14 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
       lost.  This might be an APR issue with how it deals with
       the child_init hook (i.e. the fcntl lock needs to be resynced).
       More examination and analysis is required.
+
+      Status: This has also been reported on Cygwin.  
+
+      Message-ID: <3C2CC514.8EF3BED1@wapme-systems.de> (cygnus)
+
+      Justin says: So, FreeBSD-CURRENT and Cywin have the same 
+                   problem.  Yum.  If another platform has this
+                   with worker, this becomes a showstopper.
      
     * There is increasing demand from module writers for an API
       that will allow them to control the server à la apachectl.