distributed system notes

notes

前言

趁著過年這段時間學習一下網路、分佈系統的基礎知識。至少了解該有的基本知識,相關關鍵字,以及舉得去幾個有趣的例子。 但是翻了一下這些書都非常理論,希望可以找點程式碼來看。

Actor, MPI, CSP

examples

implementations

C++

ref

  1. go coroutine
  2. https://www.distributed-systems.net/index.php/books/distributed-systems-3rd-edition-2017/
  3. ACTORS: A Model of Concurrent Computation in Distributed Systems Gul A. Agha
  4. Communicating Sequential Processes C. A. R. Hoare
  5. https://cs.stanford.edu/people/eroberts/courses/soco/projects/2008-09/tony-hoare/csp.html
  6. mpi https://mpitutorial.com/tutorials/

misc

硬體電路設計也可以扯到 CSP https://learning.oreilly.com/library/view/asynchronous-circuit-design/9780471415435/08_chapter02.html