You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gr...@apache.org on 2005/04/15 19:17:59 UTC

svn commit: r161509 - httpd/httpd/trunk/CHANGES

Author: gregames
Date: Fri Apr 15 10:17:58 2005
New Revision: 161509

URL: http://svn.apache.org/viewcvs?view=rev&rev=161509
Log:
got rave reviews from my customer on using buffered i/o for RewriteMap files, so
brag about it a little.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?view=diff&r1=161508&r2=161509
==============================================================================
--- httpd/httpd/trunk/CHANGES (original)
+++ httpd/httpd/trunk/CHANGES Fri Apr 15 10:17:58 2005
@@ -2,6 +2,11 @@
 
   [Remove entries to the current 2.0 section below, when backported]
 
+  *) mod_rewrite: use buffered I/O for RewriteMap txt: files.  This
+     can result in a major performance improvement when the files are
+     large.
+     [Greg Ames]
+
   *) Change the default (when not present in the config file) setting
      for UseCanonicalName to Off.
      [Joshua Slive]