Saved Bookmarks
| 1. |
In RPC, while a server is processing the call, the client is blocked ________(a) unless the client sends an asynchronous request to the server(b) unless the call processing is complete(c) for the complete duration of the connection(d) unless the server is disconnected |
|
Answer» Correct option is (a) unless the client sends an asynchronous request to the server The best I can explain: 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. |
|