Task communication in DEMOS
- 1 November 1977
- journal article
- Published by Association for Computing Machinery (ACM) in ACM SIGOPS Operating Systems Review
- Vol. 11 (5), 23-31
- https://doi.org/10.1145/1067625.806544
Abstract
This paper describes the fundamentals and some of the details of task communication in DEMOS, the operating system for the CRAY-1 computer being developed at the Los Alamos Scientific Laboratory. The communication mechanism is a message system with several novel features. Messages are sent from one task to another over links . Links are the primary protected objects in the system; they provide both message paths and optional data sharing between tasks. They can be used to represent other objects with capability-like access controls. Links point to the tasks that created them. A task that creates a link determines its contents and possibly restricts its use. A link may be passed from one task to another along with a message sent over some other link subject to the restrictions imposed by the creator of the link being passed. The link based message and data sharing system is an attractive alternative to the semaphore or monitor type of shared variable based operating system on machines with only very simple memory protection mechanisms or on machines connected together in a network.Keywords
This publication has 5 references indexed in Scilit:
- Reflections on an operating system designCommunications of the ACM, 1976
- MonitorsCommunications of the ACM, 1974
- Capability-based addressingCommunications of the ACM, 1974
- Mixed solutions for the deadlock problemCommunications of the ACM, 1973
- Protection in programming languagesCommunications of the ACM, 1973