On Tue, Mar 15, 2016 at 5:54 PM, Jacques Nadeau <jacq...@apache.org> wrote:
> How do others feel of my redefinition of IPC to mean the same memory space > communication (either via shared memory or rdma) versus RPC as socket based > communication? > IPC already has a strong definition which is close to what you want so it isn't so strange. On the other hand, you could coin something like LPC (local process communication) to contrast with RPC (remote process communication).