@inproceedings{ac69a44b3f2647b5aa32976cfe638f9a,
title = "Actor garbage collection using vertex-preserving actor-to-object graph transformations",
abstract = "Large-scale distributed computing applications require concurrent programming models that support modular and compositional software development. The actor model supports the development of independent software components with its asynchronous message-passing communication and state encapsulation properties. Automatic actor garbage collection is necessary for high-level actor-oriented programming, but identifying live actors is not as intuitive and easy as identifying live passive objects in a reference graph. However, a transformation method can turn an actor reference graph into a passive object reference graph, which enables the use of passive object garbage collection algorithms and simplifies the problem of actor garbage collection. In this paper, we formally define potential communication by introducing two binary relations - the may-talk-to and the may-transitively-talk-to relations, which are then used to define the set of live actors. We also devise two vertex-preserving transformation methods to transform an actor reference graph into a passive object reference graph. We provide correctness proofs for the proposed algorithms. The experimental results also show that the proposed algorithms are efficient.",
keywords = "Active objects, Actors, Garbage collection, Program transformation",
author = "Wang, {Wei Jen} and Carlos Varela and Hsu, {Fu Hau} and Tang, {Cheng Hsien}",
year = "2010",
doi = "10.1007/978-3-642-13067-0_28",
language = "???core.languages.en_GB???",
isbn = "3642130666",
series = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
pages = "244--255",
booktitle = "Advances in Grid and Pervasive Computing - 5th International Conference, GPC 2010, Proceedings",
note = "5th International Conference on Advances in Grid and Pervasive Computing, GPC 2010 ; Conference date: 10-05-2010 Through 13-05-2010",
}