←back to thread

121 points zardinality | 1 comments | | HN request time: 0.521s | source
Show context
pjmlp ◴[] No.42195953[source]
> Using a full-featured RPC framework for IPC seems like overkill when the processes run on the same machine.

That is exactly what COM/WinRT, XPC, Android Binder, D-BUS are.

Naturally they have several optimisations for local execution.

replies(4): >>42196335 #>>42197280 #>>42201053 #>>42209092 #
1. CharlieDigital ◴[] No.42209092[source]
ZeroMQ is kinda nice for this; just the right level of thin abstraction.