Hi Naveen, See this section: http://www.zeromq.org/docs:user-guide#toc18
Note the zmq_poll example uses a timeout of -1 (infinite) but you can use a value that works for you. Read the zmq_poll man page. http://api.zeromq.org/zmq_poll.html -Pieter On Sat, Aug 28, 2010 at 9:29 PM, Naveen Chawla <[email protected]> wrote: > I can't see a timeout example in there. Can you show me (for simple REQ/REP)? > > On 28 August 2010 14:04, Martin Sustrik <[email protected]> wrote: >> On 08/28/2010 03:03 PM, Naveen Chawla wrote: >>> >>> Awesome. Is there a source code tutorial for a stupid beginner like me? >> >> What about this: >> >> http://www.zeromq.org/docs:user-guide >> >> Martin >> > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > -- - Pieter Hintjens iMatix - www.imatix.com _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
