On Wed, Feb 16, 2011 at 7:35 PM, Michael Kogan <[email protected]> wrote: > Thank you. > I hope I am not missing some sort of a technique of using a poller to poll > multiple sub sockets. Essentially, all I am doing is shuffling messages from > the bus to WebSockets, and to do that, I currently have a thread pre > subscriber (i.e. open WebSocket).
zmq_poll will poll on any number of sockets. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
