Distributed GC

Marc Shapiro -- at work <[email protected]> Fri, 10 Mar 2006 13:44:01 +0100
Newsgroups gmane.comp.programming.garbage-collection.general
Message-ID <[email protected]>
Le 10 mars 06 à 11:20, [email protected] a écrit :

> Date: Thu, 9 Mar 2006 12:44:43 +0000
> From: FaeLLe <[email protected]>
> To: [email protected]
> Subject: Garbage Collection
>
> Hello,
>
> Not sure if this constitutes as an slightly off topic post but I was
> wondering if anyone could point me in the right direction to obtaining
> research papers on Distributed Reference Counting and Garbage  
> Collection
> either both of them or just Garbage Collection in Java.

A few years back, my group did a lot of work on distributed GC,  
including distributed variants of reference counting.  See here:
	http://www-sor.inria.fr/~shapiro/#cache-gc
	http://www-sor.inria.fr/~shapiro/#classical-gc

					Marc