]> granicus.if.org Git - apache/commitdiff
Removed the section about 1.3-specific patches (fortunately, most
authorBrian Pane <brianp@apache.org>
Sun, 2 Jun 2002 04:35:56 +0000 (04:35 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 2 Jun 2002 04:35:56 +0000 (04:35 +0000)
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

docs/manual/misc/perf-tuning.html

index c0355a0ee5510173d899a4b1ba95544867234c80..41ebbd119b9d5d2d33f89ceda5051eed24d43e0a 100644 (file)
@@ -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>