Duncan,<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d"><div><div>&gt; I have tried to use -ORBoneCallPerConnection 0 option to ensure that server<br>


&gt; multiplexes requests to nameserv on the same connection. But tests showed that<br>
&gt; it does not work -- each new call to my server that reslts in request to<br>
&gt; namingservice is creating new TCP connection.<br>
<br>
</div></div></div><div class="Ih2E3d">You need to also set -ORBmaxGIOPConnectionPerServer to 1, otherwise<br>
omniORB will prefer to open multiple connections to a server rather than<br>
multiplexing calls.<br>
</div></blockquote></div><br><br>Thanks! It would be nice though if documentation had a bit of
emphasize on this -- it is not exactly clear that I also need to set
ORBmaxGIOPConnectionPerServer to 1.<br>
<br>
Btw, those problem we had with ORBacus nameserv were due to some Java
applications that on regular basis were creating new ORB instance,
connect to nameserver, but never shutdown/destroy that instance. :-)<br>
<br>-- <br>Sincerely yours,<br><font color="#888888">Michael.</font>