[omniORB] Can I make my program listen to more than one name service?

Mohan rmohan@ice-com.com
Fri Aug 2 08:21:01 2002


Hi,
Thanks for the information. I am using omniORB3.x, but I am looking for
upgrade. From which site address can I download the omniORB beta
version(4.0). In the downloads page all I found are starting from 3.x.
Thanks,
Ram
----- Original Message -----
From: "Bruce Fountain" <fountainb@switch.aust.com>
To: <omniorb-list@realvnc.com>
Sent: Friday, August 02, 2002 11:52 AM
Subject: Re: [omniORB] Can I make my program listen to more than one name
service?


> You don't really "listen" to a nameservice (unlike ,say, the event
> service) - you "talk" to it. You are a pure client, and you initiate
> requests to the nameservice. The NS is just a CORBA server
> process like any other, so of course you can talk to as many
> name service processes as you want. You have to get a
> reference to each NS first though, so you would usually use
> some strategy other than the usual -ORBInitRef approach to
> bootstrap the naming service IORs.
>
> If you are using omniORB4.0 then you can specify two
> references in the same IOR and the client will automatically
> try the second reference if the first reference fails. See Duncan's
> post:
>
> http://www.realvnc.com/pipermail/omniorb-list/2002-July/021247.html
> --
> Bruce Fountain (fountainb@switch.aust.com)
> Senior Software Engineer
> Union Switch and Signal Pty Ltd
> Perth Western Australia
> tel: +618 9256 0083
> _______________________________________________
> omniORB-list mailing list
> omniORB-list@realvnc.com
> http://www.realvnc.com/mailman/listinfo/omniorb-list
>