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 - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -