Treffer: Concurrent Clustered Programming.

Title:
Concurrent Clustered Programming.
Source:
CONCUR 2005 - Concurrency Theory. 2005, p353-367. 15p.
Database:
Supplemental Index

Weitere Informationen

We present the concurrency and distribution primitives of , a modern, statically typed, class-based object-oriented (OO) programming language, designed for high productivity programming of scalable applications on high-end machines. The basic move in the programming model is to reify locality through a notion of place, which hosts multiple data items and activities that operate on them. Aggregate objects (such as arrays) may be distributed across multiple places. Activities may dynamically spawn new activities in mulitple places and sequence them through a finish operation that detects termination of activities. Atomicity is obtained through the use of atomic blocks. Activities may repeatedly detect quiescence of a data-dependent collection of (distributed) activities through a notion of clocks, generalizing barriers. Thus has a handful of orthogonal constructs for space, time, sequencing and atomicity. smoothly combines and generalizes the current dominant paradigms for shared memory computing and message passing. We present a bisimulation-based operational semantics for building on the formal semantics for "Middleweight Java". We establish the central theorem of : programs without conditional atomic blocks do not deadlock. [ABSTRACT FROM AUTHOR]