Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Systems That Run Forever - Self-Heal and Scale
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Overview
- 3 Distributed Programming is hard
- 4 Highly available data
- 5 Where is my data?
- 6 Collect five copies in parallel
- 7 Replicas
- 8 what happens if the master dies?
- 9 Life get a tad tricky
- 10 Isolation enables
- 11 Concurrency
- 12 GRAY
- 13 Fail fast
- 14 Fail early
- 15 ALAN KAY
- 16 Erlang
- 17 How do we program our six rules?
- 18 = Isolation
- 19 = Failure detection
- 20 fault identification
- 21 live code upgrade
- 22 Stable storage
- 23 Fault tolerance implies scalability
- 24 Projects