SLIDE 1
Distributed Systems Lecture 8 1 Slide 1
Today’s Topics - Distributed Transactions
- Introduction to Distributed Transactions 13.1
- Atomic commit protocols 13.3
- Nested transactions and atomic commit protocols 13.2,13.3
- Concurrency control, locking with multiple servers, deadlock
detection. Slide 2
Distributed Transactions
- In the previous lecture we looked at a single server handling
transactions.
- This lecture we will look a single transaction on multiple servers.
- A transaction has a number of participants.
- Because transactions need to be atomic we want to have some
mechanism so that all the participants do the transaction or none
- f them.