]> granicus.if.org Git - apache/commitdiff
Documenting mod_dbd and monitor hook in new_features.
authorNick Kew <niq@apache.org>
Wed, 22 Jun 2005 23:26:14 +0000 (23:26 +0000)
committerNick Kew <niq@apache.org>
Wed, 22 Jun 2005 23:26:14 +0000 (23:26 +0000)
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

index ccf035510b2cbfc7bd2960b7e5113577f17193ee..75781803b0d08a00cb1278e55be03299ed419e4e 100644 (file)
           This dedicated worker could not be used again until the Keep Alive 
           timeout was reached.</dd>
 
+      <dt>SQL Database Support</dt>
+      <dd><module>mod_dbd</module>, together with the apr_dbd framework,
+          brings direct SQL support to modules that need it.  Supports
+          connection pooling in threaded MPMs.</dd>
+
     </dl>
   </section>
 
           <module>mod_filter</module>, using the
           <code>ap_register_output_filter_protocol</code> or
           <code>ap_filter_protocol</code> calls.</dd>
+
+      <dt>Monitor hook added</dt>
+      <dd>Monitor hook enables modules to run regular/scheduled jobs
+          in the parent (root) process.</dd>
     </dl>
   </section>
 </manualpage>