Distributed Programming with Shared Data

Operating system primitives (e.g., problem-oriented shared memory, shared virtual memory, the Agora shared memory) and languages (e.g., Concurrent Prolog, Linda, Emerald) for programming distributed systems have been proposed that support the shared-variable paradigm without the presence of physical...

Full description

Bibliographic Details
Published in:Proceedings. 1988 International Conference on Computer Languages
Main Authors: Bal, H.E., Tanenbaum, A.S.
Format: Other Non-Article Part of Journal/Newspaper
Language:English
Published: IEEE 1988
Subjects:
Online Access:https://research.vu.nl/en/publications/be2b48f3-873c-4465-8065-705415a1a12a
https://doi.org/10.1109/ICCL.1988.13046
https://research.vu.nl/ws/files/119276385/11011
http://www.scopus.com/inward/record.url?scp=0024131247&partnerID=8YFLogxK
http://www.scopus.com/inward/citedby.url?scp=0024131247&partnerID=8YFLogxK
Description
Summary:Operating system primitives (e.g., problem-oriented shared memory, shared virtual memory, the Agora shared memory) and languages (e.g., Concurrent Prolog, Linda, Emerald) for programming distributed systems have been proposed that support the shared-variable paradigm without the presence of physical shared memory. The authors look at the reasons for this evolution, the resemblances and differences among these proposals, and the key issues in their design and implementation. It turns out that many implementations are based on replication of data. The authors take this idea one step further, and discuss how automatic replication (initiatied by the run-time system) can be used as a basis for a model, called the shared data-object model, whose semantics are similar to the shared variable model. Finally, they discuss the design of a language for distributed programming, Orca, which is based on the shared-data-object model.