Commit 7f6b6853 authored by Brian Pane's avatar Brian Pane
Browse files

Removed the section about 1.3-specific patches (fortunately, most

of the optimizations in these patches are included by default in 2.0)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95463 13f79535-47bb-0310-9956-ffa450edef68
parent 3bce1509
Loading
Loading
Loading
Loading
+0 −29
Changes for docs/manual/misc/perf-tuning.html: 0 added lines, 29 removed lines.
Original line number Diff line number Diff line
@@ -42,8 +42,6 @@
          <li><a href="#trace">Detailed Analysis of a
          Trace</a></li>

          <li><a href="#patches">Patches Available</a></li>

          <li><a href="#preforking">The Pre-Forking Model</a></li>
        </ul>
      </li>
@@ -1018,33 +1016,6 @@ munmap(0x400e3000, 6144) = 0
    That's 19 system calls, of which 4 remain relatively easy to
    remove, but don't seem worth the effort. 

    <h3><a id="patches" name="patches">Appendix: Patches
    Available</a></h3>
    There are <a
    href="http://www.arctic.org/~dgaudet/apache/1.3/">several
    performance patches available for 1.3.</a> Although they may
    not apply cleanly to the current version, it shouldn't be
    difficult for someone with a little C knowledge to update them.
    In particular: 

    <ul>
      <li>A <a
      href="http://www.arctic.org/~dgaudet/apache/1.3/shared_time.patch">
      patch</a> to remove all <code>time(2)</code> system
      calls.</li>

      <li>A <a
      href="http://www.arctic.org/~dgaudet/apache/1.3/mod_include_speedups.patch">
      patch</a> to remove various system calls from
      <code>mod_include</code>, these calls are used by few sites
      but required for backwards compatibility.</li>

      <li>A <a
      href="http://www.arctic.org/~dgaudet/apache/1.3/top_fuel.patch">
      patch</a> which integrates the above two plus a few other
      speedups at the cost of removing some functionality.</li>
    </ul>

    <h3><a id="preforking" name="preforking">Appendix: The
    Pre-Forking Model</a></h3>