zeromq/jeromq

ipc

jinyuttt opened this issue · 3 comments

Cppzmq, jerozmq cannot communicate using ipc

This is a known issue. Under the covers in JeroMQ, IPC gets converted to TCP. This was a decision made way before Java supported UNIX Domain Sockets. This issue is being worked on.

@trevorbernard great to hear this is being worked on. Any idea when this might become available? Is there help needed?

I started to play with a generic solution on this branch: https://github.com/fbacchella/jeromq/tree/networkprotocolserviceprovider.

But I am out of time to make any progress on it.