Database connection pooling with mod_python

Nick Kew nick at hugin.webthing.com
Mon Feb 23 11:05:12 EST 2004


Apache supports persistent dynamically-resizable N:M database connection
pooling via simple third-party modules such as mod_pg_pool[1],
mod_mysql_pool[1] and mod_dbi_pool[2].

We have a mod_python-based project that would benefit from similar
functionality.  Is it possible to hook into the above, or obtain
similar functionality, from mod_python?

[1] http://apache.webthing.com/
[2] http://mod-auth.sourceforge.net/

-- 
Nick Kew



More information about the Python-list mailing list