Transactional Example
- T = start_transaction()
- do work ....
- call end_transaction(T)
- write commit(T) to the log
- Periodically clean log and update the DB
- Can we apply the notions of defered commit and rollback more generally to system state? System calls? File updates?
Notes:
No notes for slide 16