Hi,<br><br>I have a CORBA server that talks to NamingService (in a function that is invoked by client). I have noticed that for each simultaneously executed client my server opens TCP connection to name_server. It turned to be a headache, because (as it was discovered after few days of investigations) our very old nameserv (ORBacus) locks up when number of connections reaches 512 (some synchronization issue, I guess). I.e. short burst of activity on my server was killing nameserv.<br>
<br>I have tried to use -ORBoneCallPerConnection 0 option to ensure that server multiplexes requests to nameserv on the same connection. But tests showed that it does not work -- each new call to my server that reslts in request to namingservice is creating new TCP connection. I have also compiled omniNames -- result is the same.<br>
<br>What I am doing wrong? Should I set any other option(s)?<br clear="all"><br>-- <br>Sincerely yours,<br>Michael.<br>