diff options
author | Bill Stoddard <stoddard@apache.org> | 2002-04-10 19:02:00 +0200 |
---|---|---|
committer | Bill Stoddard <stoddard@apache.org> | 2002-04-10 19:02:00 +0200 |
commit | 698170f9af7348afb9c1c87c21efe7763d30e581 (patch) | |
tree | 5a8dbd2037cd019aca4109641291536898fe9209 /CHANGES | |
parent | Ooops. Don't whack our ptrans pool. (diff) | |
download | apache2-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-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |