Network communication (e.g., sending of Internet Protocol pa…
Network communication (e.g., sending of Internet Protocol packets) occurs in an asynchronous fashion. How is synchronized invocation of remote methods/procedures emulated in call return style middleware solutions (e.g., RPC, RMI) in Java using this inherently asynchronous substrate?