Hello,<br>
Thanks for the connection infos, I will check.<br>
Yes, I use &quot;NameService&quot; and it is OK, but I wanted to use to different
hosts in the same time with their own &quot;NameService&quot;, and this would be
possible only with two orbs if I am not mistaken.(one for client, one
for server) But OK, it is quite special, who wants that anyway...
(Solved it in other way)<br>
<br><br><div><span class="gmail_quote">On 4/27/06, <b class="gmail_sendername">Luke Deller</b> &lt;<a href="mailto:ldeller@xplantechnology.com">ldeller@xplantechnology.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>On Wed, 2006-04-26 at 20:43 +0200, Attila Czigány wrote:<br>&gt; In my application I would like to use more NameService/ORB -s.<br>&gt; The app works as server and client too, the clients NameService is on<br>&gt; another host, not the same as for the server part.
<br>&gt; But when I want to initialize the second orb with<br>&gt; CORBA::ORB_init(argc,argv,.., options), it return with the same<br>&gt; setting which was initialized before, and not with the things set in<br>&gt; options variable.
<br><br>Yes this is correct; you can only create one ORB in a process.<br><br>It is possible to access several different name services using the same<br>ORB.&nbsp;&nbsp;How do you access the name service?&nbsp;&nbsp;Are you using an initial<br>
reference called &quot;NameService&quot;?&nbsp;&nbsp;In this case you could for example add<br>another initial reference with a different name for accessing the other<br>name service.<br><br>&gt; Another problem, I dont know if it is normal or not.
<br>&gt; If the server app is not on the same net as the NameService, it cannot<br>&gt; register its object. Is this normal?<br>&gt; (server app on local net, NameService on internet)<br><br>Obviously you need network connectivity: your app needs to be able to
<br>contact the name service via the address which you specify.&nbsp;&nbsp;Besides<br>this, there is no requirement that your app be on the same net as the<br>name service.<br><br>When a computer has several IP addresses, you can get problems if the
<br>ORB picks the wrong IP address to publish in object references.&nbsp;&nbsp;In this<br>case you will need to explicitly tell the ORB which IP addresses to<br>publish (using the &quot;endPoint&quot; or &quot;endPointPublishAllIFs&quot; configuration
<br>options).<br><br>Regards,<br>Luke.<br><br><br>**********************************************************************************************<br><br>Important Note<br>This email (including any attachments) contains information which is
<br>confidential and may be subject to legal privilege.&nbsp;&nbsp;If you are not<br>the intended recipient you must not use, distribute or copy this<br>email.&nbsp;&nbsp;If you have received this email in error please notify the<br>sender immediately and delete this email. Any views expressed in this
<br>email are not necessarily the views of XPlan Technology.<br><br>It is the duty of the recipient to virus scan and otherwise test the<br>information provided before loading onto any computer system.<br>Xplan Technology does not warrant that the
<br>information is free of a virus or any other defect or error.<br>**********************************************************************************************<br><br></blockquote></div><br>