@MISC{Hansen75theprogramming, author = {Per Brinch Hansen}, title = {The Programming Language Concurrent Pascal}, year = {1975} }
Years of Citing Articles
Bookmark
OpenURL
Abstract
The paper describes a new programming language for structured programming of computer operating systems. It extends the sequential programming language Pascal with concurrent programming tools called processes and monitors. Part I explains these concepts informally by means of pictures illustrating a hierarchical design of a simple spooling system. Part II uses the same example to introduce the language notation. The main contribution of Concurrent Pascal is to extend the monitor concept with an explicit hierarchy of access rights to shared data structures that can be stated in the program text and checked by a compiler.