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?
Note: Replace asynchronous RPCs with synchronous RPCs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
