Notes: https://pdos.csail.mit.edu/6.824/notes/l-rpc.txt

Video: https://youtu.be/oZR76REwSyA

Prep:


Why Go?

Thread Of Execution

Threads from same address space share memory

start (green) thread with go keyword, can exit, stop, resume

Why Threads?

Challenges