Bug 1131 - Add support for connection timeouts
Summary: Add support for connection timeouts
Status: RESOLVED FIXED
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.2.1
Hardware: x86 Windows 2000
: P3 enhancement
Assignee: Nanbor Wang
URL:
Depends on: 1185
Blocks:
  Show dependency tree
 
Reported: 2002-01-21 12:39 CST by Chris Hafey
Modified: 2002-05-09 14:37 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.