next up previous contents
Next: Actor Garbage Collection in Up: Actor Garbage Collection Previous: Actor Garbage Collection

Actor Garbage Definition

The definition of actor garbage relates to meaningful computation. Meaningful computation is defined as having the ability to communicate with any of the root actors, that is, to access any resource or public service. The widely used definition of live actors is described in [4]. Conceptually, an actor is live if it is a root or it can either potentially: 1) receive messages from the root actors or 2) send messages to the root actors. The set of actor garbage is then defined as the complement of the set of live actors. To formally describe the SALSA actor garbage collection (GC) model, we introduce the following definitions:

The original definition of live actors is denotational because it uses the concept of ``potential'' message delivery and reception. To make it more operational, we use the term ``potentially live'' [2] to define live actors.


next up previous contents
Next: Actor Garbage Collection in Up: Actor Garbage Collection Previous: Actor Garbage Collection
Wei-Jen Wang
2007-11-28