Open GoogleCodeExporter opened 8 years ago
[deleted comment]
[deleted comment]
After further checks I have my time delay of 10 msecs in waitresults in
auscout.c as shown below, So far so good, further developments will be
communicated for your info.
do {
usleep(10000);
err = zmq_recv(skt, &msg, ZMQ_NOBLOCK);
} while (err && time(NULL) < curr + WAIT_TIME_SECONDS);
Original comment by solomona...@gmail.com
on 2 Oct 2012 at 4:15
Thanks. I have noticed that using zeromq often requires those slight delays.
You can also use the poll function in zeromq to wait on messages.
Original comment by starkd88@gmail.com
on 4 Oct 2012 at 6:36
Hi,
I have to find the time to study zeromq.
Original comment by solomona...@gmail.com
on 4 Oct 2012 at 7:12
Original issue reported on code.google.com by
solomona...@gmail.com
on 1 Oct 2012 at 7:38