Skip to content

Commit 24de3e1

Browse files
committed
Update What is RPC?
1 parent eeb0416 commit 24de3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

What is RPC?

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ a service from a program located in another computer in a network without having
77
to understand network details. (A procedure call is also sometimes known as a function call
88
or a subroutine call.) RPC uses the client/server model. The requesting program is a client
99
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
1111
the results of the remote procedure are returned. However, the use of lightweight processes
1212
or threads that share the same address space allows multiple RPCs to be performed concurrently.

0 commit comments

Comments
 (0)