PART V: Integration of Synchrony and Asynchrony

Programming languages that have been used for real-time programming can be broadly categorized into: 1. Asynchronous Languages: Here, a program is treated as a set of loosely coupled independent execution units or processes, each process evolving at its own pace. Interprocess communication is done b...

Celý popis

Uloženo v:
Podrobná bibliografie
Vydáno v:Real Time Programming: Languages, Specification And Verification s. 149 - 150
Hlavní autoři: R K Shyamasundar, S Ramesh
Médium: Kapitola
Jazyk:angličtina
Vydáno: Singapore World Scientific Publishing Company 2009
WORLD SCIENTIFIC
Témata:
ISBN:9789810225667, 9810225660, 9789814499316, 9789812814029, 9812814027, 9814499315
On-line přístup:Získat plný text
Tagy: Přidat tag
Žádné tagy, Buďte první, kdo vytvoří štítek k tomuto záznamu!
Popis
Shrnutí:Programming languages that have been used for real-time programming can be broadly categorized into: 1. Asynchronous Languages: Here, a program is treated as a set of loosely coupled independent execution units or processes, each process evolving at its own pace. Interprocess communication is done by mechanisms such as message passing. Communication as a whole is asynchronous in the sense that an arbitrary amount of time can pass between the desire of communication and its actual completion. This class includes languages such as Ada, Occam, CSP etc. 2. Perfectly Synchronous Languages: In this class, programs react instantaneously to its inputs by producing the required outputs. Statements evolve in a tightly coupled input-driven way deterministically and communication is done by instantaneous broadcast where the receiver receives a message exactly at the time it is sent. That is, a perfectly synchronous program produces its outputs from its input with no observable time delay. Languages such as Esterel [12], Lustre, Signal, Statecharts belong to this category. These languages are often referred to as reactive languages. These languages use the multiform notion of time rather than clock time…
ISBN:9789810225667
9810225660
9789814499316
9789812814029
9812814027
9814499315
DOI:10.1142/9789812814029_others05