Sciweavers

IEE
2007

Complete distributed garbage collection using DGC-consistent cuts and .NET AOP-support

13 years 4 months ago
Complete distributed garbage collection using DGC-consistent cuts and .NET AOP-support
: The memory management of distributed objects, when done manually, is an error-prone task. It leads to memory leaks and dangling references, causing applications to fail. Avoiding such errors requires automatic memory management, called distributed garbage collection (DGC). Current DGC solutions are either not safe, not complete or not portable to widely used platforms such as .NET. As a matter of fact, most solutions either run on specialised environments or require modifications of the underlying virtual machine (e.g. rotor, common language runtime (CLR)), hindering its immediate and widespread utilisation. This study describes the design, architecture, implementation and performance measurements of a DGC algorithm for .NET that: (i) is complete, that is, capable of reclaiming both acyclic and cyclic garbage, while (ii) being portable in the sense that it neither requires the underlying virtual machine to be modified, nor source or byte-code modification. The distributed garbage ...
Luís Veiga, P. Pereira, Paulo Ferreira
Added 14 Dec 2010
Updated 14 Dec 2010
Type Journal
Year 2007
Where IEE
Authors Luís Veiga, P. Pereira, Paulo Ferreira
Comments (0)