I've mentioned two-phase commit to Digicool people. Not sure whether it's already inside Zope or not, but it seems not. Zope's TM (Transaction Machinery) does not seem to be two-phase. See the TM.py file itself: it only has
def _finish(self): self.db.commit()
That is, I don't see the equivalent of prepare_to_commit().
I'm not sure Zope source is the place to look for this, perhaps ZEO source may be more appropriate. Nitin.
If you know where to get more info on XA/TX, could you provide some pointers?
thanks,
Hung Jung
_____________________________________________________________________________________ Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )