USENIX Conference Policies
JMAS: A Java-Based Mobile Actor System for Distributed Parallel Computing
JMAS is a prototype network computing infrastructure based on mobile actors [10] using Java technology. JMAS requires a programming style different from commonly used approaches to distributed computing. JMAS allows a programmer to create mobile actors, initialize their behaviors, and send them messages using constructs provided by the JMAS Mobile Actor API. Applications are decomposed by the programmer into small, self-contained sub-computations and distributed among a virtual network of Distributed Run-Time Managers (D-RTM); which execute and manage all mobile computations. This system is well suited for course grain computations for network computing clusters. Performance evaluation is done using two benchmarks: a Mersenne Prime Application, and the Traveling Salesman Problem.
author = {Legand L. Burge III and K. M. George},
title = {{JMAS}: A {Java-Based} Mobile Actor System for Distributed Parallel Computing},
booktitle = {5th Conference on Object-Oriented Technologies and Systems (COOTS 99)},
year = {1999},
address = {San Diego, CA},
url = {https://www.usenix.org/conference/coots-99/jmas-java-based-mobile-actor-system-distributed-parallel-computing},
publisher = {USENIX Association},
month = may
}