Bug 1131

Summary: Add support for connection timeouts
Product: TAO Reporter: Chris Hafey <chafey>
Component: ORBAssignee: Nanbor Wang <bala>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P3    
Version: 1.2.1   
Hardware: x86   
OS: Windows 2000   
Bug Depends on: 1185    
Bug Blocks:    

Description Chris Hafey 2002-01-21 12:39:40 CST
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.
Comment 1 Nanbor Wang 2002-01-31 12:08:47 CST
Assigning bug to Bala
Comment 2 Nanbor Wang 2002-01-31 12:09:07 CST
Accpeting the bug
Comment 3 Nanbor Wang 2002-05-09 14:37:46 CDT
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.