When I tried the same with 10-20 messages I did not notice any delay or problems. But with a large number of messages (>100) being exchanged there is delay in the region of 20s or more!!!
Is this an inherent flaw in zeromq/pgm ? Is there anyway to workaround this? Thanks. On Fri, Feb 8, 2013 at 4:20 PM, Divya Mohan <[email protected]>wrote: > 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
