diff options
author | Jeff Trawick <trawick@apache.org> | 2001-07-11 16:48:23 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2001-07-11 16:48:23 +0200 |
commit | 5ec8cc24e32de060a90650bda6dc7f836493476b (patch) | |
tree | f08cc52504e3fa2f9812681b5ee5f926da56cb06 /CHANGES | |
parent | Updated with 1.3 stuff in tandem with my 1.3 STATUS file update. (diff) | |
download | apache2-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-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |