[omniORB] Multiple Network Interfaces

baileyk@schneider.com baileyk@schneider.com
Wed Apr 16 20:14:01 2003


There's a utility with omniORB called convertior which replaces the
hostname(s) within an IOR.  Perhaps it would help you publish IORs with the
correct hostname to each set of clients?  I glanced at the source of
convertior.  You could easily embed it in your server app, or just run it
as a process when needed.  The logic appears to replace every hostname that
it finds in the IOR, so if you have multiprofile IORs perhaps you'd want to
modify the logic of convertior to remove all but one rather than have
redundant profiles in the resulting IORs.

If you embed convertior, realize that it is GPL, not LGPL like the omniORB
core libs.

good luck,
Kendall