Summary: | ORB not handling dropped connections correctly | ||
---|---|---|---|
Product: | TAO | Reporter: | Nanbor Wang <brunsch> |
Component: | ORB | Assignee: | Carlos O'Ryan <coryan> |
Status: | CLOSED --- | ||
Severity: | major | ||
Priority: | P1 | ||
Version: | 0.4.2 | ||
Hardware: | x86 | ||
OS: | Windows NT |
Description
Nanbor Wang
1999-08-06 13:39:45 CDT
I'll take care of this one.. Testing on UNIX revealed that things are working as expected, will test on NT now. Just tried on NT, the client gets a TRANSIENT exception (with COMPLETED_NO and a minor exception that indicates ECONNREFUSED) when the server is down. Notice that it takes a while for NT to figure out that a local connection is down. Maybe the problem is not in the ORB but the ImplRepo? PS: to test this out use the ping/pong test in the Fauls directory. Inserting code to print the expected exceptions. Yes, I just checked and this seems like it was fixed since the last time I was looking into it. |