Re: deciding whether to do work in tpc_vote or tpc_finish
Chris Withers <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel |
|---|---|
| Message-ID | <[email protected]> |
Laurence Rowe wrote: > Committing in tpc_vote is right so long as you ensure your data > manager sorts last, and that there are no other data managers in the > transaction which are using the same trick. Why does the latter part matter? (It is, of course, the situation I'm in, where zope.sqlalchemy is operating in non-tpc mode (sqlite doesn't support tpc :-/) and now I'm writing another data manager for a service that doesn't support tpc) cheers, Chris _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )