<div dir="ltr">Good evening,<div><br></div><div>While trying to run this simple test (pseudocode):</div><div><br></div><div><br></div><div>ORB orb=init_orb(host1,port1);</div><div>client1=getClient(&quot;ASERVANT&quot;);</div><div>orb=CORBA::init_orb(host2,port2);<br></div><div>client2=getClient(&quot;ASERVANT&quot;);</div><div><br></div><div>It seems that the client2 gets a reference to the servant ASERVANT from <b>host1,port1</b>, as i<b>f the second init_orb had been ignored</b> 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 &#39;redirect&#39; or &#39;reconfigure&#39; the orb once it has been setup for the first time?</div><div><br></div><div>I will prepare a proper test if needed.</div><div><br></div><div>Regards.</div><div> Ramon Talavera</div></div>