On Wed, Mar 17, 2010 at 4:43 PM, Michael Bayer <[email protected]> wrote: > > On Mar 16, 2010, at 11:24 PM, Julian Scheid wrote: > >> On Wed, Mar 17, 2010 at 4:15 PM, Michael Bayer <[email protected]> >> wrote: >>> if your cleanup handler only expires connections that are older than the >>> "pool_expire" time, that should help. >> >> Sorry, I don't follow - what is pool_expire and where is it used? I >> don't see a reference to that in >> http://www.sqlalchemy.org/trac/browser/lib/sqlalchemy/pool.py or in >> the docs, and a Google search comes up empty. > > sorry I meant "recycle". its "pool_recycle" on create_engine().
Oh, right - that makes sense. Yes, it looks like this way I can avoid synchronisation. Thank you. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
