Sciweavers

IWMM
1992
Springer

Scalable Distributed Garbage Collection for Systems of Active Objects

13 years 8 months ago
Scalable Distributed Garbage Collection for Systems of Active Objects
Abstract. Automatic storage management is important in highly parallel programming environments where large numbers of objects and processes are being constantly created and discarded. Part of the difficulty with automatic garbage collection in systems of active objects, such as actors, is that an active object may not be garbage if it has references to other reachable objects, even when no other object has references to it. This is because an actor may at some point communicate its mail address to a reachable object thereby making itself reachable. Because messages may be pending in the network, the asynchrony of distributed networks makes it difficult to determine the current topology. Existing garbage collection schemes halt the computation process in order to determine if a currently inaccessible actor may be potentially active, thus precluding a real-time response by the system. We describe a generation based algorithm which does not require ongoing computation to be halted during...
Nalini Venkatasubramanian, Gul Agha, Carolyn L. Ta
Added 10 Aug 2010
Updated 10 Aug 2010
Type Conference
Year 1992
Where IWMM
Authors Nalini Venkatasubramanian, Gul Agha, Carolyn L. Talcott
Comments (0)