transactions.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [transactions]
www.codever.land/bookmarks/t/transactions
Two-phase commit protocol - Wikipedia
https://en.wikipedia.org/wiki/Two-phase_commit_protocol
In transaction processing, databases, and computer networking, the two-phase commit protocol (2PC) is a type of atomic commitment protocol (ACP). It is a distributed algorithm that coordinates all the...
- tags: transactions, database, database-design
Transaction strategies: Understanding transaction pitfalls
https://www.ibm.com/developerworks/library/j-ts1/index.html
Transaction processing should achieve a high degree of data integrity and consistency. This article, the first in a series on developing an effective transaction strategy for the Java platform, introd...
- :calendar: published on: 2009-02-10
- tags: javaee, spring, transactions