Lec01_Introduction

主题:实现(implementation)
  • RPC, threads, concurrency control.

Lec02_RPC_and_Threads

  • 分布式系统的关键部分,全面的实验都使用RPC.

  • RPC的目的:

    • 容易编写网络通信程序
    • 隐藏客户端服务器通信的细节
    • 客户端调用更加像传统的过程调用
    • 服务端处理更加像传统的过程调用
  • RPC被广泛的使用!