Book contents
- Frontmatter
- Contents
- Preface
- Distributed Ada – the Issues
- Distributed Ada – a Case Study
- Parallel Ada for Symmetrical Multiprocessors
- The York Distributed Ada Project
- From DIADEM to DRAGOON
- Honeywell Distributed Ada – Approach
- Honeywell Distributed Ada – Implementation
- Ada for Tightly Coupled Systems
- A Pragmatic Approach to Distributed Ada for Transputers
- Distributed Ada on Shared Memory Multiprocessors
- The MUMS Multiprocessor Ada Project
- A Portable Common Executable Environment for Ada
- Supporting Reliable Distributed Systems in Ada 9X
Distributed Ada – a Case Study
Published online by Cambridge University Press: 13 October 2009
- Frontmatter
- Contents
- Preface
- Distributed Ada – the Issues
- Distributed Ada – a Case Study
- Parallel Ada for Symmetrical Multiprocessors
- The York Distributed Ada Project
- From DIADEM to DRAGOON
- Honeywell Distributed Ada – Approach
- Honeywell Distributed Ada – Implementation
- Ada for Tightly Coupled Systems
- A Pragmatic Approach to Distributed Ada for Transputers
- Distributed Ada on Shared Memory Multiprocessors
- The MUMS Multiprocessor Ada Project
- A Portable Common Executable Environment for Ada
- Supporting Reliable Distributed Systems in Ada 9X
Summary
Abstract
This paper describes the design and implementation of a Distributed Ada system. The language is not well defined with respect to distribution, and any implemtation for distributed execution must make a number of decisions regarding the language. The objectives in the implementation described here are to remain as close to the current definition of Ada as possible, and to learn through experience what changes are necessary in future versions. The approach we take translates a single Distributed Ada program into a number of Ada programs (one per site), each of which may then be compiled by an existing Ada compiler. Issues discussed include the ramifications of sharing of data types, objects, subprograms, tasks and task types. The implementation techniques used in the translator are described. We also develop a model of the performance of our system and validate it through performance benchmarks.
INTRODUCTION
The importance of distributed systems cannot be over-emphasized, especially with the reduction in the cost of high speed connection between powerful processing elements. Distributed computing has made inroads into many important areas such as manufacturing, avionic systems and space systems. The cost of developing software for such systems, however, is reaching astronomical proportions [1]. A major concern is the creation of software tools to economically harness the increased computing power.
Central to distributed software development is the language used to program these distributed devices.
- Type
- Chapter
- Information
- Distributed Ada: Developments and ExperiencesProceedings of the Distributed Ada '89 Symposium, University of Southampton, 11–12 December 1989, pp. 15 - 57Publisher: Cambridge University PressPrint publication year: 1990
- 3
- Cited by