]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
One extra bit o' threadsafety, already discussed but with no momentum.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 15 May 2002 14:47:08 +0000 (14:47 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 15 May 2002 14:47:08 +0000 (14:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95115 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6368c11920d9844249fafc44e39307bebe31c256..1f41f3b169825d37dda47d373663fe8f8056cd11 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 1.3 STATUS:                                             -*-text-*-
-  Last modified at [$Date: 2002/05/15 14:45:24 $]
+  Last modified at [$Date: 2002/05/15 14:47:08 $]
 
 Release:
 
@@ -210,6 +210,9 @@ Win32 specific issues:
         Status: this is a pretty significant rewrite.  Apache 2.0 is
                 already using apr's network_io and threadsafe storage.
 
+    * mod_rewrite's cache isn't threadsafe, needs a mutex on Win32/Netware
+      (and OS/2?)
+
     * apparently either "BrowserMatch" or the "nokeepalive" variable
       cause instability - see PR#1729.