📝 Question
#2553
In RPC, while a server is processing the call, the client is blocked ________
✓
Correct Answer
A. unless the client sends an asynchronous request to the server
💡
Explanation
While the server is processing the call i.e. looking through the specifications, the client is blocked, unless the client sends an asynchronous request to the server for another operation.
⌨️ Press
A
B
C
D
to select