Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 24295 invoked by uid 500); 13 May 2003 07:29:44 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 24251 invoked by uid 500); 13 May 2003 07:29:42 -0000 Delivered-To: apmail-apache-1.3-cvs@apache.org Delivered-To: apmail-httpd-docs-1.3-cvs@apache.org Date: 13 May 2003 07:29:41 -0000 Message-ID: <20030513072941.58973.qmail@icarus.apache.org> From: martin@apache.org To: httpd-docs-1.3-cvs@apache.org Subject: cvs commit: httpd-docs-1.3/htdocs/manual/misc known_client_problems.html perf-tuning.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N martin 2003/05/13 00:29:41 Modified: htdocs/manual/misc known_client_problems.html perf-tuning.html Log: Link check Revision Changes Path 1.22 +3 -3 httpd-docs-1.3/htdocs/manual/misc/known_client_problems.html Index: known_client_problems.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/known_client_problems.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- known_client_problems.html 13 May 2003 07:23:18 -0000 1.21 +++ known_client_problems.html 13 May 2003 07:29:41 -0000 1.22 @@ -242,9 +242,9 @@ regardless of how far in the future the expiry time is set. There is no workaround supplied with Apache, however there are hacks for + href="http://arctic.org/~dean/patches/apache-1.2-gif89-expires-hack.patch"> 1.2 and for + href="http://arctic.org/~dean/patches/apache-1.3-gif89-expires-hack.patch"> 1.3.

information. There's also + href="http://arctic.org/~dean/apache/no-content-length/"> some information about the actual problem.

JDK 1.2 betas lose 1.29 +7 -7 httpd-docs-1.3/htdocs/manual/misc/perf-tuning.html Index: perf-tuning.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/perf-tuning.html,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- perf-tuning.html 10 Mar 2003 04:29:13 -0000 1.28 +++ perf-tuning.html 13 May 2003 07:29:41 -0000 1.29 @@ -968,24 +968,24 @@ but don't seem worth the effort.

Appendix: Patches Available

- There are several + There are several performance patches available for 1.3. 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:
  • A patch + href="http://arctic.org/~dean/apache/1.3/shared_time.patch">patch to remove all time(2) system calls.
  • A + href="http://arctic.org/~dean/apache/1.3/mod_include_speedups.patch"> patch to remove various system calls from mod_include, these calls are used by few sites but required for backwards compatibility.
  • A patch + href="http://arctic.org/~dean/apache/1.3/top_fuel.patch">patch which integrates the above two plus a few other speedups at the cost of removing some functionality.
@@ -1034,11 +1034,11 @@ experimental port of Apache 1.3 to Netscape's Portable Run Time, which is available (but + href="http://arctic.org/~dean/apache/2.0/">is available (but you're encouraged to join the new-httpd mailing list + href="http://httpd.apache.org/lists.html">new-httpd mailing list if you intend to use it). Part of our redesign for version 2.0 of - Apache will include abstractions of the server model so that we can + Apache includes abstractions of the server model so that we can continue to support the pre-forking model, and also support various threaded models.