1. 24 Aug, 1999 1 commit
  2. 21 Aug, 1999 1 commit
  3. 20 Aug, 1999 1 commit
    • Bill Stoddard's avatar
      Use AcceptEx (a.k.a. accept and receive) on windows NT. Begin work to make · 96e4c433
      Bill Stoddard authored
      the WIN9x code co-exist with the NT specific code. Since I started this work,
      I've managed to improve the static page serving performance of Apache on NT by
      almost 50%. Still a long way from Apache on Linux though.
      
      TODO:
      - Reuse the AcceptEx accept socket (performance)
      - Clean up the organization of the winnt mpm
      - Implement Async AcceptEx and Receive. Will this break modules?
      - File handle cache (file i/o accounts for more than 50% of the time per request)
      - TransmitFile (I have prototype code implemented). Should we add a send_file API
      to the I/O control layer? Maybe Apache should always try to send_file. Platforms
      that don't support send_file could in turn, invoke the appropriate buff code
      which would then invoke socket iol write/writev.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83739 13f79535-47bb-0310-9956-ffa450edef68
      96e4c433
  4. 19 Aug, 1999 1 commit
  5. 17 Aug, 1999 3 commits
  6. 16 Aug, 1999 1 commit
  7. 15 Aug, 1999 6 commits
  8. 14 Aug, 1999 1 commit
  9. 13 Aug, 1999 6 commits
  10. 12 Aug, 1999 3 commits
  11. 11 Aug, 1999 2 commits
  12. 10 Aug, 1999 3 commits
  13. 08 Aug, 1999 1 commit
  14. 06 Aug, 1999 1 commit
  15. 05 Aug, 1999 5 commits
  16. 04 Aug, 1999 4 commits