Distributed G.C

in Help Center
Does the ice framework provide anything to help identifying and destroying remote objects which are no longer accessible by clients. E.g. a remote object that was returned from a remote method call and was discarded by the caller (or the caller crashed and could not destroy it)?
0
Comments
The simplest approach to solve this problem is sessions with associated timeouts. Check Michi's article "The Grim Reaper: Making Objects Meet Their Maker" in issue 3 of our newsletter Connections - http://www.zeroc.com/newsletter/issue3.pdf.