> > Regarding point #3 below, what is the behavior in 0MQ when zmq_poll() is > > called with a zmq_pollitem_t array that contains the same 0MQ socket > > more than once? > > POSIX doesn't say anything about such a case with standard poll(). Thus, > I think, "undefined" is the answer.
That being the case, I don't really see why a binding should stop anybody from passing repeated sockets to zmq_poll(). -- Gonzalo Diethelm _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
