summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-07-11 16:48:23 +0200
committerJeff Trawick <trawick@apache.org>2001-07-11 16:48:23 +0200
commit5ec8cc24e32de060a90650bda6dc7f836493476b (patch)
treef08cc52504e3fa2f9812681b5ee5f926da56cb06 /CHANGES
parentUpdated with 1.3 stuff in tandem with my 1.3 STATUS file update. (diff)
downloadapache2-5ec8cc24e32de060a90650bda6dc7f836493476b.tar.xz
apache2-5ec8cc24e32de060a90650bda6dc7f836493476b.zip
Fix an issue with the pod and prefork:
when the parent process wakes up a server process via connect(), use an APR timeout on the connect() so that we don't hang for a long time if there aren't server processes around to do accept() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89539 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d00f483225..05fd7941b8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,13 @@
Changes with Apache 2.0.21-dev
+
+ *) Fix some issues with the pod and prefork: check the pod *after*
+ processing a connection so that a server processing a time-
+ consuming request bails out as soon as practical; when the
+ parent process wakes up a server process via connect(), use an
+ APR timeout on the connect() so that we don't hang for a long
+ time if there aren't server processes around to do accept().
+ [Jeff Trawick, Greg Ames]
+
*) Performance improvement to mod_mime.c. find_ct() in mod_mime,
spends a lot of time in apr_table_get calls. Using the default
httpd.conf, the tables for languages and charsets are somewhat