- 完成Go 语言之旅,中文版
- 阅读常见问题清单
- 了解 [Paper Question](6.824 Spring 2018 Paper Questions.html) 规则
- 了解 Go rpc 标准库,中文版
阅读课堂讲义,请先思考以下问题:
- Most commonly-asked question: Why Go?
- What is Threads?
- Why threads?
- How many threads in a program?
- Threading challenges?
- What is a crawler?
- Crawler challenges?
- When to use sharing and locks, versus channels?
- RPC problem: what to do about failures?
- What does a failure look like to the client RPC library?
- What if an at-most-once server crashes and re-starts?