RPC(常指 Remote Procedure Call,远程过程调用):一种分布式计算通信方式,使程序可以像调用本地函数一样去调用另一台计算机(或另一进程)上的函数/服务,并由底层负责网络通信与结果返回。也存在其他含义(取决于领域与上下文)。
/ˌɑːr piː ˈsiː/
The app uses RPC to talk to the server.
这个应用使用 RPC 与服务器通信。
In a microservices architecture, RPC can simplify service-to-service calls, but it may also increase coupling and make failures harder to handle.
在微服务架构中,RPC 可以简化服务之间的调用,但也可能增加耦合度,并让故障处理更复杂。
RPC 是缩写,来自 Remote Procedure Call: