delayed detection of disconnect
"Wagner, Marcus (Marcus)" <[email protected]> Wed, 20 Feb 2019 13:04:44 +0000
| Newsgroups | gmane.comp.corba.jacorb.devel |
|---|---|
| Message-ID | <MN2PR15MB33416B166FBBD402FDE0D914C87D0@MN2PR15MB3341.namprd15.prod.outlook.com> |
Hello, I have two servers A and B hosting some CORBA objects. Where A use objects of B and vice versa. Now server B is killed. With Wireshark you can see that there are two connections A to B and B to A. When B is killed there is a RST on both connections but A does not notice that the connection is gone. Instead A tries to establish again a connection to B (on a new port). As jacorb.retries is 5 and jacorb.connection.client.connect_timeout is 90000, JacORB tries to reconnect for about 7 and a half minutes before Server A first notices that the connection is gone. I expect that I get some Exception on a remote call right after the connections were reset. Can I prevent that reconnect tries so that server A is aware of the disconnected just in time? Thanks Marcus _______________________________________________ jacorb-developer maillist - [email protected] https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer