Wednesday 22 May 2019

IPC vs RPC

IPC vs RPC

  • Remote Procedure Call (calling methods remotely at a system)
  • Interprocess Communication (method enabling processes in the same system to interact).
  • RPC — Remote Procedure Call — is a particular type of communication, but can be on a single machine, or across a network between machines. http://en.wikipedia.org/wiki/Remote_procedure_call
  • IPC — Inter-Process Communication — is a general term for communication between different processes (which are usually on a single machine). http://en.wikipedia.org/wiki/Inter-process_communication

No comments:

Post a Comment

Bitnami - For security reasons, this URL is only accessible using localhost (127.0.0.1) as the hostname.

For security reasons, this URL is only accessible using localhost (127.0.0.1) as the hostname. login into your server using ssh or from ...