RMC:远程方法调用

“远程方法调用”(Remote Method Call)常被缩写为RMC,这一简称广泛应用于计算机科学及网络通信领域,便于日常书写与快速表达。它指的是在不同地址空间或网络节点间实现程序方法调用的技术机制,为分布式系统的高效交互提供了基础支持。

Remote Method Call具体释义

  • 英文缩写:RMC
  • 英语全称:Remote Method Call
  • 中文意思:远程方法调用
  • 中文拼音:yuǎn chéng fāng fǎ diào yòng
  • 相关领域rmc 网络

Remote Method Call的英文发音

例句

  1. That means the result of the remote method call is not immediately available to the executing thread.
  2. 这意味着远端方法调用的结果并不能立即对执行线程可用。
  3. One of the beauties of JAX-RPC for the client is its ability to associate context information with an endpoint's remote method call.
  4. 客户机JAX-RPC的亮点之一就在于它能把上下文信息和端点的远程方法调用(RMC)关联起来。
  5. This interface indicates that the object can be sent as a parameter with a remote method call, which is the basic requirement of any object being inserted into a WebSphere eXtreme Scale grid.
  6. 这个接口表明:该对象可以作为一个参数通过一个远程方法调用(RMC)发送,这是插入到WebSphereeXtremeScale网格中的任意对象的基本要求。
  7. Every remote method call involves transferring data from the client EJB stub to the server and back to the client EJB stub generating network traffic.
  8. 每个远程方法调用(RMC)都包括将数据从客户机EJB存根传送到服务器,然后再传送回产生网络流量的客户机EJB存根。
  9. In addition, using a code example, he demonstrates that a remote method call is more than a thousand times more expensive than a local method call.
  10. 另外,使用了一个代码例子,证明远程的方法调用比一个本地的调用会花费高于千倍的代价。