DistOS 2019F 2019-09-30

From Soma-notes
Revision as of 10:08, 30 September 2019 by Soma (talk | contribs) (Created page with "==Readings== Distributed Shared Memory * [http://homeostasis.scs.carleton.ca/~soma/distos/2008-02-11/protic-overview.pdf Jelica Protic et al., "Distributed Shared Memory: Con...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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?