J2SE Client Server App: Client calls RMI method. Server handles RMI method and returns, but Client

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-03-12T17:27:08Z Indexed on 2010/03/12 17:27 UTC
Read the original article Hit count: 187

Filed under:
|
|
|
|

J2SE Client Server App: Client calls RMI message. Server handles RMI method and returns, but Client never receives it.

Any ideas how this could happen? Our attempted solution is to set client read timeouts and come up with a framework for resending requests or otherwise handling those failures gracefully.

But really, I'd like to know any root causes for how this might happen rather than addressing the symptoms.

© Stack Overflow or respective owner

Related posts about java

Related posts about j2se