On Fri, 17 Dec 2004, Rene Bourgoin wrote:

> Yes i believe im looking for the python version of the Jakarta databse
> connection pool!!

Hi Rene,


I haven't looked at this too closely yet, but there are projects out there
for connection pools.  For example:

    http://sqlrelay.sourceforge.net/


Some prominent Python projects, though, appear to use their own homebrewed
connection pools.  Zope appears to do this:

    http://zdp.zope.org/projects/zfaq/faq/DatabaseIntegration/954522163

SQLObject maintains its own database pool:

    http://wiki.sqlobject.org/connections

but also refers to 'DBPool.py':

    http://jonpy.sourceforge.net/dbpool.html

I'm not sure if one database pooling solution has emerged as a dominant
one yet, though.


Good luck to you!

_______________________________________________
Tutor maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to