Hi all! I develop distirbuted application for peer-to-peer network. After starting every instance tries to request update state (like clone pattern) from known peers (get them from configuration file now). I use for it DEALER-ROUTER pair: DEALER connects to all peers and sends request and ROUTERs of peers send update state back. It works fine while all peers are on-line. But if some peer is off-line, DEALER doesn't send request to other peers and the application just hangs up. I thought, that DEALER-ROUTER pair allows to create asyncronous input-output, but it seems like DEALER is blocked untill all peers will be on-line and I can't call it async. I suspect I missed something important. What did I do wrong?
Thanks in advance, Alexandr _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
