summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBill Stoddard <stoddard@apache.org>2002-04-10 19:02:00 +0200
committerBill Stoddard <stoddard@apache.org>2002-04-10 19:02:00 +0200
commit698170f9af7348afb9c1c87c21efe7763d30e581 (patch)
tree5a8dbd2037cd019aca4109641291536898fe9209 /CHANGES
parentOoops. Don't whack our ptrans pool. (diff)
downloadapache2-698170f9af7348afb9c1c87c21efe7763d30e581.tar.xz
apache2-698170f9af7348afb9c1c87c21efe7763d30e581.zip
The accept loop was sleeping way too long when we ran out of completion contexts.
All that is really necessary is that the accept look yield the rest of its time slice when this condition is hit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94592 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d2dd8e385d..f3ca2bd7d2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
Changes with Apache 2.0.36
+ *) Win32: Fix problem that caused rapid performance degradation
+ when number of connecting clients exceeded ThreadsPerChild.
+ [Bill Stoddard]
*) Fixed a segfault parsing large SSIs on non-mmap systems.
[Brian Havard]