Hello!<br>
In my application I would like to use more NameService/ORB -s.<br>
The app works as server and client too, the clients NameService is on another host, not the same as for the server part.<br>
But when I want to initialize the second orb with
CORBA::ORB_init(argc,argv,.., options), it return with the same setting
which was initialized before, and not with the things set in options
variable.<br>
<br>
Another problem, I dont know if it is normal or not.<br>
If the server app is not on the same net as the NameService, it cannot register its object. Is this normal?<br>
(server app on local net, NameService on internet)<br>
<br>
Thanks, Attila<br>