Sciweavers

WOTUG
2008

Representation and Implementation of CSP and VCR Traces

13 years 6 months ago
Representation and Implementation of CSP and VCR Traces
Abstract. Communicating Sequential Processes (CSP) was developed around a formal algebra of processes and a semantics based on traces (and failures and divergences). A trace is a record of the events engaged in by a process. Several programming languages use, or have libraries to use, CSP mechanisms to manage their concurrency. Most of these lack the facility to record the trace of a program. A standard trace is a flat list of events but structured trace models are possible that can provide more information such as the independent or concurrent engagement of the process in some of its events. One such trace model is View-Centric Reasoning (VCR), which offers an additional model of tracing, taking into account the multiple, possibly imperfect views of a concurrent computation. This paper also introduces "structural" traces, a new type of trace that reflects the nested parallelism in a CSP system. The paper describes the automated generation of these three trace types in the Co...
Neil C. C. Brown, Marc L. Smith
Added 30 Oct 2010
Updated 30 Oct 2010
Type Conference
Year 2008
Where WOTUG
Authors Neil C. C. Brown, Marc L. Smith
Comments (0)