diff options
author | Dirk-Willem van Gulik <dirkx@apache.org> | 2001-04-02 08:19:45 +0200 |
---|---|---|
committer | Dirk-Willem van Gulik <dirkx@apache.org> | 2001-04-02 08:19:45 +0200 |
commit | 836f8f56a7d73ce1665b669a248d6158189d4c5c (patch) | |
tree | 80797adaa284018800c57b5af8f9562bd7dd7fab /CHANGES | |
parent | Either MacOS-X is much more sensitive for border conditions - or I am just being (diff) | |
download | apache2-836f8f56a7d73ce1665b669a248d6158189d4c5c.tar.xz apache2-836f8f56a7d73ce1665b669a248d6158189d4c5c.zip |
Commit early and often. This should merge all changes into
ab from 1.3 into 2.0. SSL work not completed; I need to move
some of the autoconf detection of mod_wtls to a more central
place first. Any suggestions appreciated :-)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88628 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ Changes with Apache 2.0.16-dev + *) Changes to 'ab'; fixed int overrun's, added statistics, output in + csv/gnuplot format, rudimentary ssl support and various other tweaks + to make results more true to what is measured. The upshot of this it + turns out that 'ab' has often underreported the true performance of + apache. Often by a order of magnitude :-) See talk/paper of Sander + Temme <sctemme@covalent.net> at April ApacheCon 2001 for details. + [Dirk-Willem van Gulik] + *) Clean up mod_cgid's temporary request pool. Besides fixing a storage leak this ensures that some unnecessary pipes are closed. [Jeff Trawick] |