scispace - formally typeset
Open Access

Communicating Process Architectures 2000

Reads0
Chats0
TLDR
CPA 2012 as mentioned in this paper is one of the most popular conferences in the world concerned with the design of parallel systems inspired by the Theory of Communicating Sequential Processes (CSP) of C. A. R. Hoare.
Abstract
CPA 2012 is one of an annual series of conferences organized over almost thirty years concerned with the design of parallel systems inspired by the Theory of Communicating Sequential Processes (CSP) of C. A. R. Hoare. Particular aims are the promotion of system scalability, integrity, simplicity and transparency, in both theory and practice.

read more

Content maybe subject to copyright    Report

Citations
More filters

Coordination Languages: Back to the Future with Linda

TL;DR: This work believes that the simplicity of this model still has much to offer, but that there are still challenges in overcoming the performance issues inherent in the Linda approach, and extending the range of applications to which it is suited.
Journal ArticleDOI

New and improved: Linda in Java

TL;DR: In this article, the authors discuss the current resurgence of interest in the Linda coordination language for parallel and distributed programming, and discuss the advantages of using Linda for programming concurrent systems, as well as some problems with the basic Linda approach.
Book ChapterDOI

Extending the Matching Facilities of Linda

TL;DR: The benefits and the limitations of the new approach to solving the associative matching mechanism in the Linda coordination language for the retrieval of data are considered, showing how it provides a considerable improvement in this area.
Journal ArticleDOI

A survey of support for structured communication in concurrency control models

TL;DR: This survey explores concurrency control models and evaluates how their characteristics contribute positively or negatively to the support for structured communication, focusing the evaluation on reasonability, which determines how easily programmers can reason about a concurrent program's execution.
Proceedings ArticleDOI

New and improved: Linda in Java

TL;DR: The power and flexibility of the proposed extensions to the Linda programming model are illustrated by considering a number of example applications, including a detailed case study of visual language parsing.