Bookmarks tagged [transactions]
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
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...
- 📆 published on: 2009-02-10
- tags: javaee, spring, transactions