From: Jim Jagielski Date: Tue, 1 Mar 2011 20:58:28 +0000 (+0000) Subject: More new feature goodness X-Git-Tag: 2.3.12~292 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47f778d18dabb887732d6a97f1d997e346c72910;p=thirdparty%2Fapache%2Fhttpd.git More new feature goodness git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1076021 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_4.html.en b/docs/manual/new_features_2_4.html.en index d8a98d9af94..7dec9b44b52 100644 --- a/docs/manual/new_features_2_4.html.en +++ b/docs/manual/new_features_2_4.html.en @@ -52,6 +52,14 @@ configured per module and per directory. New levels trace1 to trace8 have been added above the debug log level. + +
Event MPM
+
The Event MPM is no longer experimental but is rather fully supported.
+ +
Asynchronous support
+
Better support for asynchronous read/write for supporting MPMs and + platforms.
+
top
diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 8ee18599db5..4181185d7c3 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -49,6 +49,14 @@ configured per module and per directory. New levels trace1 to trace8 have been added above the debug log level. + +
Event MPM
+
The Event MPM is no longer experimental but is rather fully supported.
+ +
Asynchronous support
+
Better support for asynchronous read/write for supporting MPMs and + platforms.
+