Re: SQLObject connection pooling

2006-01-17 Thread jeff . lewis
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.

Re: SQLObject connection pooling

2006-01-14 Thread EleSSaR^
[EMAIL PROTECTED] si รจ profuso/a a scrivere su comp.lang.python tutte queste elucubrazioni: > 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? I think you will have bette

SQLObject connection pooling

2006-01-14 Thread jacob . miles
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 -- http://mail.python.org/mailman/listinfo/python-list