Parallelism
Ada
Article REF: H2280 V2
Parallelism
Ada

Author : Fabrice KORDON

Publication date: August 10, 2017 | Lire en français

Logo Techniques de l'Ingenieur You do not have access to this resource.
Request your free trial access! Free trial

Already subscribed?

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.
Logo Techniques de l'Ingenieur

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?


Article included in this offer

"Software technologies and System architectures"

( 227 articles )

Complete knowledge base

Updated and enriched with articles validated by our scientific committees

Services

A set of exclusive tools to complement the resources

View offer details