Article | REF: H2280 V2

Ada

Author: Fabrice KORDON

Publication date: August 10, 2017

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!


Français

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.

You do not have access to this resource.

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

A Comprehensive Knowledge Base, with over 1,200 authors and 100 scientific advisors
+ More than 10,000 articles and 1,000 how-to sheets, over 800 new or updated articles every year
From design to prototyping, right through to industrialization, the reference for securing the development of your industrial projects

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

Subscribe now!

Ongoing reading
Parallelism