Bug 3035 - CORBA::ORB::resolve_initial_references doens't use timeout
Summary: CORBA::ORB::resolve_initial_references doens't use timeout
Status: NEW
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.5.10
Hardware: All All
: P3 minor
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks:
 
Reported: 2007-08-08 09:52 CDT by Johnny Willemsen
Modified: 2008-10-29 07:11 CDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johnny Willemsen 2007-08-08 09:52:40 CDT
So far as I can see now from the code CORBA::ORB::resolve_initial_references doesn't really use the timeout that you can optionally pass in
Comment 1 Simon McQueen 2008-10-28 12:02:02 CDT
Could this not just be removed ? It is non-standard and if timeouts are required here then presumably it would be best for users to just specify them via standard Messaging policy overrides on Policy Current before calling the operation.

Clearly nobody has a use case for it currently if it is unimplemented.
Comment 2 Johnny Willemsen 2008-10-28 13:15:09 CDT
I did look at the code a few weeks ago, I think it works, but there is no explicit test. If this is not in the spec, let us make a test to make sure this works when this gets removed
Comment 3 Simon McQueen 2008-10-29 06:37:08 CDT
Do you mean that the timeout parameter on ::resolve_initial_references works ? 
Comment 4 Johnny Willemsen 2008-10-29 07:11:20 CDT
With mcast I think it works but never tested it