what is rpc

What is rpc?

What is RPC? A remote procedure call is an interprocess communication technique. The Full form of RPC is Remote Procedure Call.

A distant system call is an interprocess correspondence procedure that is utilized for customer worker based applications. It is otherwise called a subroutine call or a capacity call.

A customer has a solicitation message that the RPC makes an interpretation of and sends to the worker. This solicitation might be a system or a capacity call to a distant worker. At the point when the worker gets the solicitation, it sends the necessary reaction back to the customer. The customer is blocked while the worker is preparing the call and just continued execution after the worker is done.

Back to top button