[gclist] Re: Advice requested

marc.shapiro@inria.fr marc.shapiro@inria.fr
Wed, 28 Apr 1999 13:05:50 +0200


 || Date: Tue, 27 Apr 1999 14:47:44 +0100
 || From: Stephen Biggs <stephen.biggs@merant.com>
 || Subject: [gclist] Advice requested
 || 
 || C/C++ is the nearest analogous language I can
 || see for OO COBOL, but the algorithms that I've seen for that don't include
 || binding to other languages or distributed garbage collection. Do any exist?

Distributed GC algorithms for C++ do exist.  Take a look at
http://www-sor.inria.fr/projects/sspc.  We (INRIA) have an open-source
implementation that you can use.  However it is tightly integrated into
a remote-invocation system that is not Corba.  Corba does not support
GC.  DCOM, does, in a very poor way (explicit reference counting, no
fault tolerance).

-- 
						Marc Shapiro

Marc Shapiro, INRIA Rocquencourt, B.P. 105, 78153 Le Chesnay Cedex, France
tel.: +33 1 39 63 53 25 . . . . . . . . . . . . . . fax: +33 1 39 63 53 72
Marc Shapiro,  Microsoft Research,  1 Guildhall St., Cambridge CB2 3NH, UK
tel.: +44 1223 744 800 . . . . . . . . . . . . . . . .fax +44 1223 744 777
mailto:Marc.Shapiro@inria.fr . . . . . . http://www-sor.inria.fr/~shapiro/