Database connection caching

Istvan Albert ialbert at mailblocks.com
Fri Mar 18 14:27:49 EST 2005


lbolognini at gmail.com wrote:

> Hi all,
> 
> is there an alternative way of:
> 
> - create a connection object
> - open the connection
> - close the connection

psycopg, a Postgresql database adapter does connection pooling
automatically

http://initd.org/projects/psycopg1

Most Zope database adapters also have implicit
connection pooling.

Istvan.



More information about the Python-list mailing list