Summary: | Client cannot reconnect to a server if it is restarted. | ||
---|---|---|---|
Product: | TAO | Reporter: | Nanbor Wang <brunsch> |
Component: | Implementation Repository | Assignee: | Nanbor Wang <brunsch> |
Status: | RESOLVED DUPLICATE | ||
Severity: | critical | ||
Priority: | P1 | ||
Version: | 0.4.2 | ||
Hardware: | x86 | ||
OS: | Windows NT | ||
Bug Depends on: | 303 | ||
Bug Blocks: |
Description
Nanbor Wang
1999-08-06 13:32:13 CDT
This is caused by an problem with TAO not being able to detect a dropped connection correctly on the client side. When the server goes down, the next call by the client is always COMPLETED=MAYBE, which means the client will not go back to the ImplRepo to get a new IOR for the server. I don't think there is any way to totally get rid of this problem, but most cases will be covered if we would do something like reported in bug 303, where before every call a LOCATE_REQUEST or something is used to verify that the connection is still up. |