Results 1 to 3 of 3

Thread: Muticast calls

  1. #1
    bogyom is offline Registered User
    Join Date
    Oct 2006
    Posts
    8

    Muticast calls

    Hi,
    I wonder if i can do multicast calls. I have a simulation enviroment where one component wants to broadcast a message to all other components. I would like to have one proxy with multiple endpoints pointing to different objects implementing some common interface. This call can be an unreliable oneway call over UDP protocol, it has to be as fast as possible. Is it possible?
    Thank you,
    Gyorgy

  2. #2
    michi's Avatar
    michi is offline Registered User
    Name: Michi Henning
    Organization: Triodia Technologies
    Project: I have a passing interest in Ice :-)
    Join Date
    Feb 2003
    Location
    Brisbane, Australia
    Posts
    1,055
    No, Ice does not support multicast. However, you can achieve the same semantics by using IceStorm: create topic on which you publish the message, and have each receiver subscribe to that topic. IceStorm takes care of delivering the message to all the subscribers. You may well find that this is fast enough--IceStorm is very lightweight and efficient.

    Cheers,

    Michi.

  3. #3
    michi's Avatar
    michi is offline Registered User
    Name: Michi Henning
    Organization: Triodia Technologies
    Project: I have a passing interest in Ice :-)
    Join Date
    Feb 2003
    Location
    Brisbane, Australia
    Posts
    1,055
    By the way, can you please set your signature as outlined in this post?

    Thanks,

    Michi.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. BatchOneway Calls in Ice 3.3.1
    By roywill in forum Patches
    Replies: 1
    Last Post: 07-06-2009, 06:48 AM
  2. AMI calls and congestion
    By masti in forum Help Center
    Replies: 1
    Last Post: 03-16-2008, 09:26 PM
  3. On TimeoutExceptions with AMI calls
    By stephan in forum Help Center
    Replies: 3
    Last Post: 10-28-2006, 03:57 AM
  4. Delay of OneWay-Calls
    By wgwolf in forum Help Center
    Replies: 1
    Last Post: 11-10-2005, 08:24 PM
  5. Timeouts on AMI calls?
    By mathewm in forum Help Center
    Replies: 5
    Last Post: 09-11-2003, 10:58 AM

Posting Permissions

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