Skip to content
  1. Jul 11, 2001
    • Bill Stoddard's avatar
      Performance improvement to mod_mime.c. find_ct() in mod_mime, · fad10e2f
      Bill Stoddard authored
      spends a lot of time in apr_table_get calls.  Using the default
      httpd.conf, the tables for languages and charsets are somewhat
      large, so the time spent scanning them on each request is
      significant. Replacing the tables with hash tables provides
      a nice speedup. [Brian Pane <bpane@pacbell.net>]
      
      Had to handmerge a lot of this patch so please review! Dean had some suggestions
      for improvement which are not currently implemented.
      
      Submitted by:	Brian Pane
      Reviewed by:	Bill Stoddard
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89535 13f79535-47bb-0310-9956-ffa450edef68
      fad10e2f
  2. Jul 10, 2001
  3. Jul 09, 2001
  4. Jul 08, 2001
  5. Jul 07, 2001
  6. Jul 06, 2001
  7. Jul 05, 2001
  8. Jul 04, 2001
  9. Jul 03, 2001
  10. Jul 02, 2001
  11. Jul 01, 2001
  12. Jun 30, 2001