|
ACTOR GARBAGE COLLECTION IN DISTRIBUTED SYSTEMS USING GRAPH TRANSFORMATIONKeywords: Active Objects , Garbage Collection , Passive Objects , Distributed Garbage Collection , Transformation Algorithm. Abstract: A lot of research work has been done in the area of Garbage collection for both uniprocessor anddistributed systems. Actors are associated with activity (thread) and hence usual garbage collectionalgorithms cannot be applied for them. Hence a separate algorithm should be used to collect them. If wetransform the active reference graph into a graph which captures all the features of actors and looks likepassive reference graph then any passive reference graph algorithm can be applied for it. But the cost oftransformation and optimization are the core issues. An attempt has been made to walk through theseissues.
|