IRC Log


Friday June 24, 2011

[Time] NameMessage
[00:22] lgbr I have many publishers, and many subscribers. I need a message to go from a publisher to a specific subscriber. What pattern is for me? I have the problem of my multiple subscribers can't listen on the same socket
[01:18] wayneeseguin Where do I find zmq_queue / zmq_forwarder / zmq_streamer ? I do not see it in the src directory after running make all
[01:18] wayneeseguin *them
[01:27] wayneeseguin ahh perhaps not implemented yet => http://api.zeromq.org/zmq_device.html
[08:07] ptrb lgbr: PUSH/PULL solves the "only one receiver" problem, but you'll probably need to combine it with something else to solve your full problem