[omniORB] Changing where the ORB host and port.

Ramón Talavera ramon.talavera at gmail.com
Thu Jan 15 18:31:23 GMT 2015


Good evening,

While trying to run this simple test (pseudocode):


ORB orb=init_orb(host1,port1);
client1=getClient("ASERVANT");
orb=CORBA::init_orb(host2,port2);
client2=getClient("ASERVANT");

It seems that the client2 gets a reference to the servant ASERVANT from
*host1,port1*, as i*f the second init_orb had been ignored* and it is still
using the nameservice of the first time it received a configuration . Is
this normal behaviour? (I read in an old post that it is) Is there a
possible way to 'redirect' or 'reconfigure' the orb once it has been setup
for the first time?

I will prepare a proper test if needed.

Regards.
 Ramon Talavera
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20150115/eefd3b00/attachment.html>


More information about the omniORB-list mailing list