Please report new issues athttps://github.com/DOCGroup
If our client attempts to connect to a server that is unreachable on the network (powered off or unplugged from network), it experiences a lengthy (30+ seconds) timeout before getting an exception. The ORB currently allows us to set a timeout via the set_timeout_hook() method, but the ORB applies this timeout to the connection, read and writes for the socket. We would like the timeout to apply only to the initial connection.
Assigning bug to Bala
Accpeting the bug
This has been fixed and here is the changelog entry Tue Apr 30 13:50:55 2002 Balachandran Natarajan <bala@cs.wustl.edu> The example on how to use this feature is in $TAO_ROOT/tests/Connection_Timeout I am closing this bug.