I'm looking for a way to close a pooled connection client-side after a certain period, say when it wasn't used in 30 seconds. I don't think any of the Pool implementations that come with SQLAlchemy supports this. Does anybody know of a third-party implementation with this functionality? I guess it wouldn't be difficult to create one from scratch but I was hoping that there is an existing solution.
Thanks, Julian -- 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.
