Low-latency ZeroMQ (faster than Unix Domain Sockets IPC transport)
ZeroMQ provides several transport protocols: inproc, IPC, TCP, TIPC and multicast. For connecting two processes in the same server it is considered that IPC is the fastest option, thanks to …