The Timeout section has a paragraph that says:
The timeout in effect when a connection is established is bound to that connection and affects all requests on that connection. If a request times out, all other outstanding requests on the same connection also time out, and the connection is closed forcefully (see Section 37.5.4). The Ice run time automatically retries these requests on a new connection, assuming that automatic retries are enabled and would not violate at‑most-once semantics (see Section 32.23).
Taken from last paragraph of http://www.zeroc.com/doc/Ice-3.3.1/m...ions.38.3.html.
Is there a way to retry those outstanding requests which have not yet physically timed out (and are forced to timeout because of one long request)? Or is there any way to stop all outstanding requests from timing out on the same connection when only one request on the connection has timed out?
Thanks, Shiv

Reply With Quote