7. Parallelism
Ada was one of the first languages to integrate parallelism natively, based on the notion of task. A task is an entity that runs on a dedicated execution thread, while the "main program" also has its own execution thread.
It should be noted that a program with tasks only terminates when all its component tasks have themselves terminated. A parallel program written in Ada can be considered to run as a process in the sense of an operating system, and its component tasks as threads, again in the sense of an operating system. All tasks have access to the program's global variables.
The 1995 revision introduced the notion of "protection", which applies to a type or variable. An entity of this type has no ordinal counter of its own, but is equipped with synchronization means inspired by Hoare's notion of a monitor.
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference
This article is included in
Software technologies and System architectures
This offer includes:
Knowledge Base
Updated and enriched with articles validated by our scientific committees
Services
A set of exclusive tools to complement the resources
Practical Path
Operational and didactic, to guarantee the acquisition of transversal skills
Doc & Quiz
Interactive articles with quizzes, for constructive reading
Parallelism
Bibliography
- (1) - - "Ada Programming", Wiki Books https://en.wikibooks.org/wiki/Ada_Programming .
- (2) - - "Ada Reference Manual",
Standards
- Langage de programmation Ada. - ISO/CEI 8652 - 2012
Websites
ADA – Europe Conference
ADA Conformity Assessment Authority
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference