Re: persistence and __setstate__

[email protected] (Barry A. Warsaw) Wed, 31 Jul 2002 12:08:22 -0400
Newsgroups gmane.comp.python.zope.zodb4
Message-ID <[email protected]>
>>>>> "JH" == Jeremy Hylton <[email protected]> writes:

    JH> I think I follow you now!  We could add a special ZODB method
    JH> -- call it _p_update_object() for now -- that would commit the
    JH> object state in a separate transaction.  I think the dance
    JH> would be delicate but doable.

Yeah, that might work!
-Barry