Re: [sqlalchemy] Re: How do I dispose of all engine resources?

2010-06-29 Thread Michael Bayer
On Jun 29, 2010, at 5:41 PM, Wyatt Lee Baldwin wrote: > > It's a fairly standard multi-threaded Pylons Web app that calls > Session.remove() at the end of each request. All DB operations go > through the ORM. > > Disregarding all the verbiage below, it sounds like Session.remove > already does

[sqlalchemy] Re: How do I dispose of all engine resources?

2010-06-29 Thread Wyatt Lee Baldwin
On Jun 29, 12:21 pm, Michael Bayer wrote: > On Jun 29, 2010, at 1:47 PM, Wyatt Lee Baldwin wrote: > > > Short version: How do I completely dispose of all resources belonging > > to an engine that uses a standard queue pool? > > I'll reference the docs below just so they're here, I can tell that yo