8 Jun
2010
8 Jun
'10
8:51 a.m.
Hi All, I need to write a data manger that interacts with a transactional system that doesn't support two phase commit. Looking for inspiration, I went to look at zope.sqlalchemy and zope.sendmail. In the non-tpc situation, the former does the "commit" in tpc_vote while the latter does it in tpc_finish. Which is "right"? What are the tradeoffs involved? cheers, Chris