[ZODB-Dev] Webkit Threading and ZODB 3.3a2: problems on Windows
Kapil Thangavelu
hazmat at objectrealms.net
Fri Feb 20 11:31:02 EST 2004
On Thu, 2004-02-19 at 17:34, Matt Feifarek wrote:
> Jeremy Hylton wrote:
> >Another possibility is to call ZODB.Transaction.free_transaction() when
> >you close the connection. That will delete the Transaction object that
> >holds the registrations from modified objects. This approach feels more
> >like a band-aid than a fix.
> >
> Agreed. But it sounds thorough! ;-) Would there be a performance hit to
> that?
no performance hit, but you loose modified data associated with the
transaction.
-kapil
More information about the ZODB-Dev
mailing list