[ZODB-Dev] connection leak in Transaction?
Brian Slesinsky
bslesins@best.com
Sun, 28 Apr 2002 01:55:01 -0700 (PDT)
Hi,
I tried using the transaction= parameter in db.open() to have my
connections automatically freed when the transaction finishes. However
this doesn't seem to work. It looks like commit() is calling
free_transaction() without closing the connections in _connections. The
__del__ method doesn't close the connections either if self._objects is
empty.
----------------------------------------------------------------------
Brian Slesinsky