Concurrent / Distributed Context-Oriented Systems based on a Reflective Actor Model
Overview
This project started as a re-construction of the actor-based group-wide reflection, which allows each actor to have capabilities of reasoning about/acting upon the collective behavior of the group it belongs to. In the original work on GWR, the meta-level of an actor group consists of actors that represent the components of the interpreter for the group. However, to reason about the group is complicated because the construction relies on a particular (somewhat ad-hoc) meta-level structure.
To overcome the difficulty on reasoning, I proposed a novel construction method of GWR. The key idea is to apply a semantic-preserving parallel composition to actors that constitute the meta-level of an actor group. This enables us a uniform construction of various types of meta-level actors.
I applied the proposed method to implement concurrent context-oriented systems. To realize context-oriented programming in concurrent systems based on asynchronous communication such as the Actor model, we must take special care to control synchronizations among context changes and other computations. We adopt an instance of group-wide reflection to solve the synchronization problem regarding messages that cross two contexts.
Grants
- Specification and Runtime Verification Methods for Adaptive Parallel Systems based on Group-Wide Reflection, Takuo Watanabe, JSPS KAKENHI 15K00089, 2015/4-2018/3.
Publications
K. Shibanai & T. Watanabe, Actoverse: A Reversible Debugger for Actors, AGERE 2017, Oct., 2017.
P. Lavery & T. Watanabe, An Actor-Based Runtime Monitoring System for Web and Desktop Applications, SNPD 2017, Jun., 2017.
S. Takeno & T. Watanabe, An Implementation of Concurrent Context-Oriented Programming System based on the Actor Model, Computer Software, 33(1), pp. 167-180, JSSST, Feb., 2016. (in Japanese)
S. Takeno & T. Watanabe, A Reflective Implementation of an Actor-based Concurrent Context-Oriented System, ARM 2015, Dec., 2015.
T. Watanabe & S. Takeno, A Reflective Approach to Actor-Based Concurrent Context-Oriented Systems, COP 2014, Jul., 2014.
T. Watanabe, Towards a Compositional Reflective Architecture for Actor-Based Systems, AGERE!@SPLASH 2013, Oct., 2013.
T. Watanabe, Compositional Construction of Group-Wide Meta-Level Architectures, WCTP 2013, Sep. 2013.