The Distributed Garbage Collector
- Ideally the DGC should be independent of the object management and
the local garbage collector.
- A clear interface has been defined for the interaction of the
three component.
- The DGC must be safe: do not recycle reachable objects.
- The DGC should be live: recycle all objects not reachable by
the distributed application.
- 1 -