Dhammika, >Why do we generate so many commands anyway? >Default linux sockbuf is 128K. Most commands are fixed length, >assuming 32B we get 4096 commands.
The problem happens when there are many connections/disconnections at the same time and the thread owning the corresponding socket is busy doing some unrelated work. That way the notifications about connections/disconnections are pushed into the socketpair, but the application thread is not processing them. Martin _______________________________________________ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev