Created
April 29, 2012 17:42
-
-
Save altmind/2552181 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The benefits of transactions have been known in the database community for a long | |
| time [2]. Transactions offer a simple programming model that takes much of the pain out | |
| of concurrent programming. Programmers do not have to worry about deadlock, livelock, | |
| data consistency, atomicity, priority-inversion, or lock placement – in fact they barely have | |
| to think about concurrency at all [14]. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment