English

Actor Garbage Collection in Distributed Systems using Graph Transformation

Programming Languages 2012-01-12 v1

Abstract

A lot of research work has been done in the area of Garbage collection for both uniprocessor and distributed systems. Actors are associated with activity (thread) and hence usual garbage collection algorithms cannot be applied for them. Hence a separate algorithm should be used to collect them. If we transform the active reference graph into a graph which captures all the features of actors and looks like passive reference graph then any passive reference graph algorithm can be applied for it. But the cost of transformation and optimization are the core issues. An attempt has been made to walk through these issues.

Keywords

Cite

@article{arxiv.1201.2312,
  title  = {Actor Garbage Collection in Distributed Systems using Graph Transformation},
  author = {B. Seetha Lakshmi and C. D. Balapriya and R. Soniya},
  journal= {arXiv preprint arXiv:1201.2312},
  year   = {2012}
}
R2 v1 2026-06-21T20:03:11.737Z