Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Database connection pooling with mod_python

Reply
Thread Tools

Database connection pooling with mod_python

 
 
Nick Kew
Guest
Posts: n/a
 
      02-23-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
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Database connection pooling in ASPx fniles ASP .Net 3 04-24-2007 03:14 PM
WebLogic 6.1 execute threads and database connection pooling configuration Justin M Java 0 12-08-2003 08:26 PM
Re: database connection pooling from mod_python app Matt Goodall Python 0 10-08-2003 08:57 PM
Re: database connection pooling from mod_python app Ian Bicking Python 0 10-08-2003 05:12 PM
database connection pooling from mod_python app Anthony_Barker Python 0 10-08-2003 04:23 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57