On Wed, Oct 31, 2012 at 4:03 AM, Kah-Chan Low <[email protected]> wrote:
> What should I do? Have I done anything wrong? What should I watch out for? It sounds like you've done your homework. Some questions: * Have you considered using zmq_poll() in place of select() and polling on the other sockets? * Are you using the standard select() or some wrapper? (If standard select, then you can use zmq_poll() instead). * Can you make a minimal test case? -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
