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
Post a Comment