RPC和IPC之间有区别吗? [英] Is there a difference between RPC and IPC?

查看:419
本文介绍了RPC和IPC之间有区别吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

还是同义词?

推荐答案

维基百科通常非常适合这些目的.

Wikipedia is usually great for these purposes.

RPC:

远程过程调用(RPC)是一个 进程间通信技术 允许计算机程序执行以下操作 使子例程或过程 在另一个地址空间执行 (通常在另一台计算机上 共享网络),无需程序员 为此明确编码 远程交互.

Remote procedure call (RPC) is an Inter-process communication technology that allows a computer program to cause a subroutine or procedure to execute in another address space (commonly on another computer on a shared network) without the programmer explicitly coding the details for this remote interaction.

IPC:

进程间通信(IPC)是 一套技术交流 一个或多个线程之间的数据 更多的过程.流程可能是 在一台或多台计算机上运行 通过网络连接.

Inter-process communication (IPC) is a set of techniques for the exchange of data among multiple threads in one or more processes. Processes may be running on one or more computers connected by a network.

因此,RPC只是IPC的一种.

So, RPC is just one kind of IPC.

这篇关于RPC和IPC之间有区别吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆