SQLObject connection pooling

jeff.lewis at linuxmail.org jeff.lewis at linuxmail.org
Tue Jan 17 13:14:16 EST 2006


Hi Jake,

When establishing a new connection using sqlobject, there is a param
called cache that has a default val of True.  See

http://sqlobject.org/SQLObject.html#declaring-the-class

For more info, potential gotchas, etc, check out

http://wiki.sqlobject.org/connections.html
http://pythonpaste.org/archives/message/20051128.204519.6c759047.en.html
http://trac.turbogears.org/turbogears/wiki/SqlobjectCaching

Cheers,

Jeff

jacob.miles at gmail.com wrote:
> Hello.  Does SQLObject provide connection pooling?  If so, is it
> automatic or do I have to do something to manage it?  If not, how do
> people generally solve this problem?
> 
> Thanks for any help.
> 
> - Jake




More information about the Python-list mailing list