Re: [Webware-devel] Autoreload feature question

2002-10-28 Thread Edmund Lian
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

Re: [Webware-devel] Autoreload feature question

2002-10-28 Thread Stefan Schwarzer
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

Re: [Webware-devel] Autoreload feature question

2002-10-28 Thread Jason Hildebrand
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