[omniORB] constructing an IOR

Cameron Rochester Cameron.Rochester at Ripple-Systems.com
Tue Dec 16 08:21:21 GMT 2003


Duncan,

Does the omniINSPOA have any performance drawbacks as opposed to using valid
object references? Our system has many thousands of objects where a large
portion can be used at any given time.

Thanks
Cameron

-----Original Message-----
From: Duncan Grisby [mailto:duncan at grisby.org]
Sent: Monday, 15 December 2003 8:51 PM
To: Cameron Rochester
Cc: omniorb-list at omniorb-support.com
Subject: Re: [omniORB] constructing an IOR 


On Friday 5 December, Cameron Rochester wrote:

> I am just wondering if it is possible to construct an IOR (object
reference)
> on a client machine to communicate with an Object on a server. The server
is
> activating the with an ID that is comprised of a Database key.

[...]
> The bit that I am unsure about is what makes up the object_key section of
> the IOR and if there is easy way I can create it..

The object key is proprietary and private to omniORB. It's formed from
the names of the POA hierarchy and the object id. You can look in the
POA implementation to see how it is formatted. If you use that
information, beware that it may change in a later omniORB version.

Why don't you want to use the omniINSPOA?  It's designed for exactly
this situation.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list