RPC:远程过程调用

“远程过程调用”是“Remote Procedure Call”的中文译名,在学术和电子技术领域被普遍使用。为了方便书写与交流,通常将其缩写成RPC。该术语广泛应用于分布式计算中,用于描述一种允许程序调用另一地址空间(通常位于远程服务器上)的过程或函数的通信技术。

Remote Procedure Call具体释义

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

Remote Procedure Call的英文发音

例句

  1. JSON-RPC is a remote procedure call protocol that uses JSON to encode and marshal arguments and return types.
  2. JSON-RPC是一种远程过程调用(RPC)协议,它使用JSON对参数和返回值进行编码和编组。
  3. Each method provides a callback object so that you are notified asynchronously when the remote procedure call is complete.
  4. 每个方法都提供了一个回调对象,这样就可以在完成远程过程调用(RPC)后收到异步通知。
  5. This is done in the starter project in the callback handler to the remote procedure call to the server.
  6. 这是在服务器远程过程调用(RPC)的回调处理器中的starter项目中完成。
  7. This is a remote procedure call that uses HTTP as the transport and XML as the encoding.
  8. 这是使用HTTP作为传输协议和使用XML作为编码方式的远程过程调用(RPC)。
  9. A remote procedure call is already in progress for this thread.
  10. 此线程的远程过程调用(RPC)已在进行中。