On 10/26/2002 06:34:17 PM I wrote:
>Could the problem of leaking DB connections be at all related to how
DBPool.py
>doesn't actually close connections on being deleted? I'm actually using
>multiple instances of a refactored version of DBPool.py to maintain
multiple
>pools. The code doesn't actual
Hi Edmund
On Mon, 28 Oct 2002, Edmund Lian wrote:
> >Could the problem of leaking DB connections be at all related to how DBPool.py
> >doesn't actually close connections on being deleted? I'm actually using
> >multiple instances of a refactored version of DBPool.py to maintain multiple
> >pools. T
On Mon, 2002-10-28 at 10:31, Stefan Schwarzer wrote:
> Hi Edmund
>
> On Mon, 28 Oct 2002, Edmund Lian wrote:
> > >Could the problem of leaking DB connections be at all related to how DBPool.py
> > >doesn't actually close connections on being deleted? I'm actually using
> > >multiple instances of a