DistOS 2019F 2019-09-30

From Soma-notes
Jump to navigation Jump to search

Readings

Distributed Shared Memory

Discussion Questions

  • What is the basic idea of distributed shared memory?
  • How does distributed shared memory compare to virtual memory on a single CPU system? How about a system with many cores?
  • How aware does a programmer need to be of DSM to use it? How aware to use it efficiently?
  • What are the key mechanisms supporting DSM?