RPC:远程过程调用

“远程过程调用”(Remote Procedure Call)通常缩写为RPC,这种简称便于快速书写和日常使用。RPC广泛适用于分布式计算、网络通信等多个综合性技术领域,是一种让不同地址空间内的程序能够相互调用功能的技术实现方式。

Remote Procedure Calls具体释义

  • 英文缩写:RPC
  • 英语全称:Remote Procedure Calls
  • 中文意思:远程过程调用
  • 中文拼音:yuǎn chéng guò chéng diào yòng
  • 相关领域rpc 未分类的

Remote Procedure Calls的英文发音

例句

  1. It facilitates the transfer of data resulting from remote procedure calls and responses.
  2. 它促进了由远程过程调用(RPC)和响应产生的数据传送。
  3. There are no remote procedure calls active on this thread.
  4. 该线程中没有远程过程调用(RPC)活动。
  5. Remote Procedure Calls(RPC) ( RPC ) are not a new concept.
  6. 远程过程调用(RPC)(RemoteProcedureCall,RPC)并不是一个新的概念。
  7. I looked at distributed systems that used message oriented middleware to make remote procedure calls.
  8. 我关注过使用消息中间件来进行远程调用的分布式系统。
  9. NFS does not reside on the transport stack, because NFS uses Remote Procedure Calls(RPC) ( RPCs ).
  10. 因为NFS使用了远程过程调用(RPC)(RPC),所以NFS并不位于传输堆栈中。