單機系統和分佈式系統相關概念對比

1. 資源管理-Resource Management

  • 單機:Linux Kernel
  • 集羣:Mesos

2. 進程管理-Process Management

  • 單機:Linux Kernel
  • 集羣:Docker

3. 任務調度-Job Scheduling

  • 單機:init.d, cron
  • 集羣:Marathon, Chrons

4. 進程間通信-Inter-Process Communication

  • 單機:pipe, socker
  • 集羣:RabbitMQ

5. 文件系統-File System

  • 單機:ext4
  • 集羣:HDFS, Ceph

6. ref

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章