A Survey Of Languages For Concurrent Programming

Download A Survey Of Languages For Concurrent Programming PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get A Survey Of Languages For Concurrent Programming book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.
A survey of languages for concurrent programming

In recent years (1985) a number of parallel programming languages have been described and implemented on parallel processor machines. These concurrent programming languages are intended for use by the application programmer to allow him to take maximum advantage of the new parallel architectures becoming available. This dissertation examines the parallel processor environment and then surveys the approaches used by a number of concurrent languages.
The Origin of Concurrent Programming

Author: Per Brinch Hansen
language: en
Publisher: Springer Science & Business Media
Release Date: 2013-06-29
One cannot build or understand a modern operating system unless one knows the principles of concurrent programming. This volume is a collection of 19 original papers on the invention and origins of concurrent programming, illustrating the major breakthroughs in the field from the mid 1960s to the late 1970s. All of them are written by the pioneers in concurrent programming, including Brinch Hansen himself, and have introductions added that summarize the papers and put them in perspective. This anthology is an essential reference for professional programmers, researchers, and students of electrical engineering and computer science. A familiarity with operating system principles is assumed.
The Concurrent C Programming Language

Concurrent C is a superset of C that provides parallel programming facilities such as those for the declaring and creating processes, for process synchronization and interaction, and for process termination and abortion. Concurrent C was designed for the effective utilization of multiprocessors and multicomputers. Concurrent C, as a compile-time option, also works with C++, an object-oriented superset of C.