Distributed GC

Conclusions


Ref Count is Simple and works
but does not reclaim cycles
Mark and Sweep seems too complex
Other: migrate objects to perform a local cycle detection
Other: collect information at a central server to perform cycle detection
No well-accepted solution yet

- 28 -