Distributed Garbage Collection

Reference Count

Each object holds a Remote Reference Count
The Distributed System operations, maintain it
Only a fixed set of operations exist
The algorithm must verify Safeness
An object with a reference to it must never be reclaimed
and Completeness
A garbage object must be reclaimed
Reference Count is not Complete (cycles) but must be Safe

- 13 -