[omniORB] Multiple Interfaces

Sean Kessler europa@li.net
Wed, 19 Apr 2000 22:14:50 -0400


... does anyone know if it is possible to have a servant
   act as a client to an ORB located on another interface.
   For example, I have a servant registered with the name 
   service on my ppp0 interface.  I also have another
   servant registered with the name service on my eth0
   interface.  When the client application invokes a method
   on the ppp0 servant, I would like the ppp0 servant to 
   obtain a reference to the object that is registered
   with the name service on the eth0 interface.  It doesn't
   seem likely to be able to use the same ORB in the servant
   process both to register itself with the name service on
   ppp0 and to resolve references on eth0.  It also doesn't
   seem likely to instantiate two ORB's in the same process.
   

   Any ideas would be greatly appreciated.

   Thanks,
   Sean Kessler