Brian Sutherland wrote at 2008-9-18 10:00 +0200: > ... >It looks to me that in a two phase commit, the tpc_vote which is called >is: > > def tpc_vote(self, trans): > if self.tx is not None: # there may have been no work to do > self.tx.prepare() > self.state = 'voted' > >is that what you mean by clearing state?
I have not recognized that there are two implementations for "tpc_vote" -- my criticims was against the wrong one. -- Dieter _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )