网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 Remote procedure calls
释义

Remote procedure calls

中文百科

远程过程调用 Remote procedure call

(重定向自Remote procedure calls)

远程过程调用英语:Remote Procedure Call,缩写为 RPC)是一个计算机通信协议。该协议允许运行于一台计算机的进程调用另一台计算机的子进程,而进程员无需额外地为这个交互作用编程。如果涉及的软件采用面向对象编程,那幺远程过程调用亦可称作远程调用远程方法调用,例:Java RMI。

英语百科

Remote procedure call 远程过程调用

(重定向自Remote procedure calls)

In distributed computing, a remote procedure call (RPC) is when a computer program causes a procedure (subroutine) to execute in another address space (commonly on another computer on a shared network), which is coded as if it were a normal (local) procedure call, without the programmer explicitly coding the details for the remote interaction. That is, the programmer writes essentially the same code whether the subroutine is local to the executing program, or remote. This is a form of client–server interaction (caller is client, executer is server), typically implemented via a request–response message-passing system. The object-oriented programming analog is remote method invocation (RMI). The RPC model implies a level of location transparency, namely that calling procedures is largely the same whether it is local or remote, but usually they are not identical, so local calls can be distinguished from remote calls. Remote calls are usually orders of magnitude slower and less reliable than local calls, so distinguishing them is useful.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/18 12:25:26