Hi Bharat, 0MQ will automatically reconnect every 100msec, and you can tune that interval but I doubt it's worthwhile in your case. You should read the Guide and especially Chapter 4 about reliable request reply.
-Pieter On Fri, Jun 10, 2011 at 1:00 AM, Bharat T. Motwani <[email protected]> wrote: > Hi, > > I am using the clrzmq2 library, along with libzmq 2.1 and creating a C# app > which sends some data using REQ,REP as soon as it is connected to the > internet. > The network can be disabled / enabled back on and the client app needs to > continuously keep sending the data to the server app as soon as it detects > an internet connection is available. > How can i achieve low latency using zeromq when sending the data from client > to a server ? > Do i need to make any specific settings in the context / socket to speed up > sending of the data using REQ/REP ? > > Thanks > > Bharat > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
