Question: Assume a client calls an asynchronous RPC to a server, and subsequently waits until the server returns a result using another asynchronous RPC. Is this
Assume a client calls an asynchronous RPC to a server, and subsequently waits until the server returns a result using another asynchronous RPC. Is this approach the same as letting the client execute a normal RPC? What if we replace the asynchronous RPCs with synchronous RPCs?
Step by Step Solution
3.56 Rating (163 Votes )
There are 3 Steps involved in it
This question explores the differences between asynchronous and synchronous Remote Procedure Calls RPCs and it aims to understand how these approaches ... View full answer
Get step-by-step solutions from verified subject matter experts
