Sciweavers

WDAG
1995
Springer

Larchant-RDOSS: a Distributed Shared Persistent Memory and its Garbage Collector

13 years 7 months ago
Larchant-RDOSS: a Distributed Shared Persistent Memory and its Garbage Collector
Larchant-RDOSS is a distributed shared memory that persists on reliable storage across process lifetimes. Memory management is automatic: including consistent caching of data and of locks, collecting objects unreachable from the persistent root, writing reachable objects to disk, and reducing store fragmentation. Memory management is based on a novel garbage collection algorithm, that approximates a global trace by a series of local traces, with no induced I/O or locking traffic, and no synchronization between the collector and the application processes. This results in a simple programming model, and expected minimal added application latency. The algorithm is designed for the most unfavorable environment (uncontrolled programming language, reference by pointers, distributed system, non-coherent shared memory) and should work well also in more favorable settings. ¡ This work was conducted in part during the first author’s sabbatical year at Cornell University, supported by fundi...
Marc Shapiro, Paulo Ferreira
Added 26 Aug 2010
Updated 26 Aug 2010
Type Conference
Year 1995
Where WDAG
Authors Marc Shapiro, Paulo Ferreira
Comments (0)