file.pdf (121.14 kB)
Download fileLanguage and System Support for Concurrent Programming
report
posted on 1990-04-01, 00:00 authored by Michael B. FeldmanThis curriculum module is concerned with support for concurrent programming provided to the application programmer by operating systems and programming languages. This includes system calls and language constructs for process creation, termination, synchronization, and communication, as well as nondeterministic language constructs such as the selective wait and timed call. Several readily available languages are discussed and compared; concurrent programming using system services of the UNIX operating system is introduced for the sake of comparison and contrast.