From 733ff74866c3463548dc7b1b0abab5b0910bdf69 Mon Sep 17 00:00:00 2001 From: brianp Date: Wed, 20 Jul 2005 05:50:31 +0000 Subject: lazy initialization of the pollset within apr_file_t (backport from 1.2) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@219843 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index dbcd95149..47bbb4958 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,11 @@ Changes for APR 1.1.1 + *) Switch to lazy initialization of the pollset that's used within + apr_file_t on platforms where apr_wait_for_io_or_timeout() doesn't + use poll(2). (This fixes a performance problem observed in httpd-2.x + on OS X due to the use of poll now being disabled by default on that + platform.) [Brian Pane] + *) Support APR_SO_SNDBUF and APR_SO_RCVBUF on Windows. PR 32177. [Sim , Jeff Trawick] -- cgit v1.2.1