On Fri, Jun 17, 2011 at 8:35 PM, Min <[email protected]> wrote: > So, is there any way something like a super poll can get event from both > zmq_socket and tcp_socket ?
Yes, zmq_poll items are either a 0MQ socket or a native file handle. Check the zmq_poll man page for details. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
