How to setup a singleton broker in zeromq? -


i'm trying design system using zeromq have bunch of consumers each want use service, , need way consumers start desired service if it's not started yet. can visualize having broker (useful so, since both consumers , service dynamic, , endpoints tcp ports can't known before runtime), have figure out how start broker if hasn't started yet.

how reliably start single broker using zeromq? call bind() seems accept more 1 socket.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -