Abstract
The mainstream use of concurrent programming is bound to the provision of constructs that abstract details intrinsic to concurrency, while ensuring safety and liveness properties. Several control-centric approaches meet these requirements but decentralise concurrency management, hindering reasoning. The alternative data-centric approach promotes local rather than distributed reasoning, however it is a fairly new approach embraced only by Atomic Sets [4, 8], a rather complex model that does not guarantee progress in all scenarios. In this paper we propose a simple data-centric concurrency control model that builds only on the notion of atomic variable. We informally present the model and its properties, as well as a prototype implementation that we used to compare our approach against the aforementioned Atomic Sets and control-centred approaches in general.
Original language | English |
---|---|
Title of host publication | 2016 Symposium on Applied Computing, SAC 2016 |
Publisher | ACM - Association for Computing Machinery |
Pages | 1806-1811 |
Number of pages | 6 |
Volume | 04-08-April-2016 |
ISBN (Electronic) | 978-145033739-7 |
DOIs | |
Publication status | Published - 8 Apr 2016 |
Event | 31st Annual ACM Symposium on Applied Computing, SAC 2016 - Pisa, Italy Duration: 4 Apr 2016 → 8 Apr 2016 |
Conference
Conference | 31st Annual ACM Symposium on Applied Computing, SAC 2016 |
---|---|
Country/Territory | Italy |
City | Pisa |
Period | 4/04/16 → 8/04/16 |
Keywords
- Concurrency control
- Data-centric
- Java language