Sciweavers

APDC
1997

Language Support for Synchronous Parallel Critical Sections

13 years 5 months ago
Language Support for Synchronous Parallel Critical Sections
We introduce a new parallel programming paradigm, namely synchronous parallel critical sections. Such parallel critical sections must be seen in the context of switching between synchronous and asynchronous modes of computation. Thread farming allows to generate bunches of threads to solve independent subproblems asynchronously and in parallel. Opposed to that, synchronous parallel critical sections allow to organize bunches of asynchronous parallel threads to execute certain tasks jointly and synchronously. We show how the PRAM language Fork95 can be extended by a construct join supporting parallel critical sections. We explain its semantics and implementation, and discuss possible applications.
Christoph W. Keßler, Helmut Seidl
Added 01 Nov 2010
Updated 01 Nov 2010
Type Conference
Year 1997
Where APDC
Authors Christoph W. Keßler, Helmut Seidl
Comments (0)