Computing Reviews

Parallel actor monitors:disentangling task-level parallelism from data partitioning in the actor model
Scholliers C., Tanter E., De Meuter W. Science of Computer Programming8052-64,2014.Type:Article
Date Reviewed: 04/04/14

Scholliers et al. have designed and implemented a mechanism that allows message control within an actor to be parallelized. For example, in a dining philosophers example, the philosopher requests two forks; the order in which the forks become available is immaterial.

The presented data suggests that benefits are visible for many process threads. What is not clear is whether one can also specify messages to the scheduler (for example, either two forks or a knife and a fork). This would make the proposed mechanism even more useful.

The paper should be of interest to programming language designers, as well as implementers.

Reviewer:  K. Lodaya Review #: CR142140 (1407-0564)

Reproduction in whole or in part without permission is prohibited.   Copyright 2024 ComputingReviews.com™
Terms of Use
| Privacy Policy