File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ a service from a program located in another computer in a network without having
7
7
to understand network details. (A procedure call is also sometimes known as a function call
8
8
or a subroutine call.) RPC uses the client/server model. The requesting program is a client
9
9
and the service-providing program is the server. Like a regular or local procedure call,
10
- an RPC is a synchronousoperation requiring the requesting program to be suspended until
10
+ an RPC is a synchronous operation requiring the requesting program to be suspended until
11
11
the results of the remote procedure are returned. However, the use of lightweight processes
12
12
or threads that share the same address space allows multiple RPCs to be performed concurrently.
You can’t perform that action at this time.
0 commit comments