Results 1 to 2 of 2

Thread: Distributed G.C

  1. #1
    aozarov is offline Registered User
    Name: Arie Ozarov
    Organization: hi5 Networks
    Project: SOA
    Join Date
    Mar 2008
    Posts
    39

    Distributed G.C

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

  2. #2
    matthew's Avatar
    matthew is offline ZeroC Staff
    Name: Matthew Newhook
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Feb 2003
    Location
    NL, Canada
    Posts
    1,458
    No, there is no such mechanism built into Ice. In fact, to the best of my knowledge, there is no reliable and scalable distributed GC in any commercial middleware.

    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. distributed database with ICE
    By ctl_2009_2 in forum Help Center
    Replies: 1
    Last Post: 09-18-2009, 11:39 AM
  2. How can I design such distributed system?
    By linkman in forum Help Center
    Replies: 4
    Last Post: 09-16-2009, 03:33 AM
  3. Distributed class instances
    By hiasl in forum Help Center
    Replies: 1
    Last Post: 08-04-2005, 06:56 AM
  4. Distributed Data Exchange.. Help!
    By JaneShang in forum Help Center
    Replies: 1
    Last Post: 04-30-2005, 06:15 PM
  5. How to handle distributed transactions
    By robert in forum Help Center
    Replies: 3
    Last Post: 10-31-2004, 09:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •