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)?

Reply With Quote