🤖 AI Summary
Real-time concurrent systems face challenges in reconciling priority-based scheduling with behavioral determinism.
Method: This paper introduces a novel “constructive reduction” scheduling mechanism within an extended CCS framework incorporating clocks and priorities, the first such application to synchronous programming semantics. We define the class of “coherent processes,” establish confluence theory under strong priority semantics, and enforce closure of operators over coherence via a “pivotality” condition.
Contributions: (1) We prove confluence for a broad class of coherent processes in clock- and priority-augmented CCS; (2) we enable constructive, deterministic modeling of multicast concurrency and shared-memory communication; (3) we overcome Milner’s classical CCS limitation of priority-freedom, substantially extending both the applicability and expressive power of confluence theory for real-time concurrent systems.
📝 Abstract
Building on the standard theory of process algebra with priorities, we identify a new scheduling mechanism, called"constructive reduction"which is designed to capture the essence of synchronous programming. The distinctive property of this evaluation strategy is to achieve determinacy-by-construction for multi-cast concurrent communication with shared memory. In the technical setting of CCS extended by clocks and priorities, we prove for a large class of"coherent"processes a confluence property for constructive reductions. We show that under some restrictions, called"pivotability", coherence is preserved by the operators of prefix, summation, parallel composition, restriction and hiding. Since this permits memory and sharing, we are able to cover a strictly larger class of processes compared to those in Milner's classical confluence theory for CCS without priorities.