zeromq - What is the proper way to do multiple ZMQ publishers with IPC? -


i have zeromq pub/sub architecture in addition epgm, want able "broadcast" on ipc (thus avoiding sending messages off box when local pub/sub processes present).

i've read on internet (and found through experience) multiple processes can't call bind on same ipc endpoint (e.g. "ipc:///tmp/myipc.ipc"), i've read it's possible have multiple publishers on same ipc endpoint.

with said, "proper" way have multiple publishers on same ipc endpoint if multiple bind calls break things?


Comments

Popular posts from this blog

java - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -