An implementation of complete, asynchronous, distributed garbage collection

  • Authors:
  • Fabrice Le Fessant;Ian Piumarta;Marc Shapiro

  • Affiliations:
  • INRIA Roquencourt, B.P. 105, 78153 Le Chesnay Cedex, France;INRIA Roquencourt, B.P. 105, 78153 Le Chesnay Cedex, France;INRIA Roquencourt, B.P. 105, 78153 Le Chesnay Cedex, France

  • Venue:
  • PLDI '98 Proceedings of the ACM SIGPLAN 1998 conference on Programming language design and implementation
  • Year:
  • 1998

Quantified Score

Hi-index 0.00

Visualization

Abstract

Most existing reference-based distributed object systems include some kind of acyclic garbage collection, but fail to provide acceptable collection of cyclic garbage. Those that do provide such GC currently suffer from one or more problems: synchronous operation, the need for expensive global consensus or termination algorithms, susceptibility to communication problems, or an algorithm that does not scale. We present a simple, complete, fault-tolerant, asynchronous extension to the (acyclic) cleanup protocol of the SSP Chains system. This extension is scalable, consumes few resources, and could easily be adapted to work in other reference-based distributed object systems---rendering them usable for very large-scale applications.