Hi, I have 2 processes.
Process1 sends message to Process2 continuously and expects an Acknowledgement from Process2. Both the processes are running in a while loop. There is a significant difference between the send and receive count in Process1. When Process1 has sent 200 messages, acknowledgement is received only for 100 messages and as the send count increases the difference between send and receive increases. In process2, as soon as message is received , acknowledgement is sent. Could anyone tell me why this much delay is seen? Is it because of PGM or some thing to do with ZeroMQ? Thanks, Divya
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
