[omniORB] LocateRequest
Duncan Grisby
duncan at grisby.org
Thu Oct 2 18:54:19 BST 2003
On Friday 26 September, "Rick Sanden" wrote:
> In our server application, we have a callback, to the client, from time to
> time it can take 5 seconds to complete. The
> callback only executes a couple of lines of code. With trace on - we noticed
> that the "locateRequest"
> omniorb call is what takes 5 seconds. Is this normal; it looks like a new
> connection is opening (why).
It's normal that it's sending a LocateRequest. That's the first thing
omniORB does when it tries to contact an object for the first time, to
confirm that it exists before trying a full call. I don't understand
why it's taking so long, though.
One possibility is that it is trying to do a DNS lookup, which is
taking a long time. If you print out the object reference in question,
and feed it to catior, what do you get?
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list