远程过程调用 Remote procedure call
远程过程调用(英语:Remote Procedure Call,缩写为 RPC)是一个计算机通信协议。该协议允许运行于一台计算机的进程调用另一台计算机的子进程,而进程员无需额外地为这个交互作用编程。如果涉及的软件采用面向对象编程,那幺远程过程调用亦可称作远程调用或远程方法调用,例:Java RMI。
网站首页 情感咨询 情感美文 情感百科 情感生活 学习充电 旧版美文
词汇 | 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. |
随便看 |
|
依恋情感网英汉例句词典收录3870147条英语例句词条,基本涵盖了全部常用英语单词的释义及例句,是英语学习的有利工具。