From 28f6793618d40dfd020c2c26e6113b9d92b762fd Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Wed, 22 Jun 2005 23:26:14 +0000 Subject: [PATCH] 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 --- docs/manual/new_features_2_2.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/manual/new_features_2_2.xml b/docs/manual/new_features_2_2.xml index ccf035510b..75781803b0 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.
-- 2.40.0