Bug 3035

Summary: CORBA::ORB::resolve_initial_references doens't use timeout
Product: TAO Reporter: Johnny Willemsen <jwillemsen>
Component: ORBAssignee: DOC Center Support List (internal) <tao-support>
Status: NEW ---    
Severity: minor CC: sm
Priority: P3    
Version: 1.5.10   
Hardware: All   
OS: All   

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