Sciweavers

PPPJ
2009
ACM

Actor frameworks for the JVM platform: a comparative analysis

13 years 11 months ago
Actor frameworks for the JVM platform: a comparative analysis
The problem of programming scalable multicore processors has renewed interest in message-passing languages and frameworks. Such languages and frameworks are typically actororiented, implementing some variant of the standard Actor semantics. This paper analyzes some of the more significant efforts to build actor-oriented frameworks for the JVM platform. It compares the frameworks in terms of their execution semantics, the communication and synchronization abstractions provided, and the representations used in the implementations. It analyzes the performance of actor-oriented frameworks to determine the costs of supporting different actor properties on JVM. The analysis suggests that with suitable optimizations, standard Actor semantics and some ommunication and synchronization abstractions may be supported with reasonable efficiency on the JVM platform. Categories and Subject Descriptors
Rajesh K. Karmani, Amin Shali, Gul Agha
Added 19 May 2010
Updated 19 May 2010
Type Conference
Year 2009
Where PPPJ
Authors Rajesh K. Karmani, Amin Shali, Gul Agha
Comments (0)