ACM Home Page
Please provide us with feedback. Feedback
Distributed shared memory: experience with Munin
Full text PdfPdf (256 KB)
Source ACM SIGOPS European Workshop archive
Proceedings of the 5th workshop on ACM SIGOPS European workshop: Models and paradigms for distributed systems structuring table of contents
Mont Saint-Michel, France
SESSION: Session table of contents
Pages: 1 - 4  
Year of Publication: 1992
Authors
J. K. Bennett  Rice University
J. B. Carter  Rice University
A. L. Cox  Rice University
E. N. Elnozahy  Rice University
D. B. Johnson  Rice University
P. Keleher  Rice University
W. Zwaenepoel  Rice University
Sponsor
ACM: Association for Computing Machinery
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 3,   Downloads (12 Months): 15,   Citation Count: 0
Additional Information:

abstract   references   collaborative colleagues  

Tools and Actions: Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/506378.506384
What is a DOI?

ABSTRACT

Distributed shared memory (DSM) is the provision in software of a shared memory programming model on a distributed memory machine [6]. We are exploring the use of DSM in a cluster-based computing environment of workstations and servers connected by a local internetwork.We have concentrated so far on using DSM to program compute-intensive tasks on networks of workstations. For these applications, DSM is a superior programming model compared to message passing, because it relieves the programmer from having to worry about data motion. Second, DSM allows applications written for shared memory machines to be ported with relative ease to distributed memory machines. Finally, DSM offers a natural paradigm for integrating both the locally shared memory and the globally distributed memory of anticipated future networks of shared memory multiprocessors. In particular, in such an environment, local interprocess communication is likely to dominate and therefore should be implemented in the most efficient form possible, i.e., by using the (hardware) shared memory available. It then follows that to achieve a single paradigm for both local and remote interprocess communication, DSM is the natural choice.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

1
2
3
4
 
5
P. Keleher, A. Cox, and W. Zwaenepoel. Lazy consistency for software distributed shared memory. Submitted to the 18th Annual International Symposium on Computer Architecture, November 1991.
6
Collaborative Colleagues:
J. K. Bennett: colleagues
J. B. Carter: colleagues
A. L. Cox: colleagues
E. N. Elnozahy: colleagues
D. B. Johnson: colleagues
P. Keleher: colleagues
W. Zwaenepoel: colleagues