SLIDE 1
Checkpointing in a nutshell
- Save the entire state of the system without
shutting it down
- Similar to save followed by a restore, but…
- also need a checkpoint of persistent state
(disk)
– We would like to restore any checkpoint in history, and resume execution there
- it should be fast, so we can checkpoint