From: William A. Rowe Jr Date: Wed, 15 May 2002 14:47:08 +0000 (+0000) Subject: One extra bit o' threadsafety, already discussed but with no momentum. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49ebf09b7c950c8d111796cf68496d50f0cab13d;p=thirdparty%2Fapache%2Fhttpd.git One extra bit o' threadsafety, already discussed but with no momentum. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95115 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 6368c11920d..1f41f3b1698 100644 --- 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.