[omniORB] Exec/ lib registration

Joel Schuster jschuster@cctus.com
Fri, 22 Sep 2000 15:55:38 -0600


I have used some other ORBS out there that allow me to register
an exec or lib name with the name of the object that it services.
This allows the client to simply ask for the right object and the
orb to instantiate the right process instance for the requested 
object to be serviced. This happens without actually
running the implementation side but rather having the
name server start it up as needed. Is there any way to do this with
omniOrb?

Joel Schuster