concurrent pascal meaning
[Computer]
An extension of a Pascal subset, Sequential Pascal, developed by Brinch Hansen in 1972-75. Concurrent Pascal was the first language to support monitors. It provided access to hardware devices through monitor calls and supported also processes and classes.
An extension of a Pascal subset, Sequential Pascal, developed by Brinch Hansen in 1972-75. Concurrent Pascal was the first language to support monitors. It provided access to hardware devices through monitor calls and supported also processes and classes.
Examples
More: Next- The following describes how Concurrent Pascal differs from Wirth's Pascal.
- Monitors provide the only mechanism for interprocess communication in a Concurrent Pascal program.
- Greg Andrews observed that Concurrent Pascal and monitors greatly influenced most subsequent concurrent language proposals .
- Monitors ( and Concurrent Pascal ) were soon used to structure process synchronization in the Solo operating system.
- A separate language, Sequential Pascal, is used as the language for applications programs run by the operating systems written in Concurrent Pascal.