Chinaunix

标题: 有人研究过apache 2.2 Module mod_dbd么? [打印本页]

作者: BoarKnight    时间: 2006-02-22 09:00
标题: 有人研究过apache 2.2 Module mod_dbd么?
看帮助文档上说可以提供数据库的连接池了.有人用过么?

mod_dbd manages SQL database connections using apr_dbd. It provides database connections on request to modules requiring SQL database functions, and takes care of managing databases with optimal efficiency and scalability for both threaded and non-threaded MPMs.

Directives
DBDExptime
DBDKeep
DBDMax
DBDMin
DBDParams
DBDPersist
DBDPrepareSQL
DBDriver
Topics
Connection Pooling
Apache DBD API
SQL Prepared Statements

Connection Pooling
This module manages database connections, in a manner optimised for the platform. On non-threaded platforms, it provides a persistent connection in the manner of classic LAMP (Linux, Apache, Mysql, Perl/PHP/Python). On threaded platform, it provides an altogether more scalable and efficient connection pool, as described in this article at ApacheTutor. mod_dbd supersedes the modules presented in that article.
作者: imxae    时间: 2006-02-22 09:03
这个东东想用很久了,可是不知道怎么用,也没有示例,目前只考虑用稳定的2.0




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2