[omniORB] Does omniORB support IP multicast?

Duncan Grisby dgrisby@uk.research.att.com
Tue, 12 Oct 1999 09:36:53 +0100


On Monday 11 October, Jonathan Gallmeier wrote:

> This might be a silly question, but I have not seen any info about this.
> Does omniORB
> support (UDP) IP multicast?

No it does not. For normal CORBA requests, multicast would not be
useful, since a CORBA request has a single target object. Multicast
could be useful for event or notification services which are layered
on top of CORBA, but we have no plans to support such things.

What in particular do you wish to achieve?

> I suppose the associated question is can omniORB be used to implement
> servers which
> produce objects with exactly the same object references, preferably in a
> persistent manner?

I'm not sure how this question is related to the first one, but yes,
omniORB can produce persistent object references. In omniORB 2.x,
using the BOA, you have to use an omniORB proprietary API. The best
example is to see how the Naming service implementation does it.

With the 3.0 pre-release, using the POA, you can use the standard POA
API.

Cheers,

Duncan.

-- 
 -- Duncan Grisby  \  Research Engineer  --
  -- AT&T Laboratories Cambridge          --
   -- http://www.uk.research.att.com/~dpg1 --