From: Nick Kew Date: Wed, 22 Jun 2005 23:26:14 +0000 (+0000) Subject: Documenting mod_dbd and monitor hook in new_features. X-Git-Tag: 2.1.6~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28f6793618d40dfd020c2c26e6113b9d92b762fd;p=thirdparty%2Fapache%2Fhttpd.git Documenting mod_dbd and monitor hook in new_features. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@193026 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_2.xml b/docs/manual/new_features_2_2.xml index ccf035510b2..75781803b0d 100644 --- a/docs/manual/new_features_2_2.xml +++ b/docs/manual/new_features_2_2.xml @@ -80,6 +80,11 @@ This dedicated worker could not be used again until the Keep Alive timeout was reached. +
SQL Database Support
+
mod_dbd, together with the apr_dbd framework, + brings direct SQL support to modules that need it. Supports + connection pooling in threaded MPMs.
+ @@ -156,6 +161,10 @@ mod_filter, using the ap_register_output_filter_protocol or ap_filter_protocol calls. + +
Monitor hook added
+
Monitor hook enables modules to run regular/scheduled jobs + in the parent (root) process.