Hi Pieter, Test was done on Quad core freescale processor (OS: ubuntu 10.04).
Current and default scheduling policy is SCHED_OTHER. I had given highest priority to my receive process thinking delay due to scheduling will be taken care off but even then the messages are delayed. Also I am not using any sleep in my receive process. Only send process has a sleep of 1 msec. Thanks, Divya On Wed, Mar 27, 2013 at 8:31 PM, Pieter Hintjens <[email protected]> wrote: > On Wed, Mar 27, 2013 at 1:31 PM, Divya Mohan <[email protected]> > wrote: > > > While performance testing my code (which uses ZeroMQ) I’m observing > delayed > > message reception. > > You're presumably not using a real time kernel which will reduce > scheduling peaks. Also, sleeping will lower the thread priority > implicitly. > > How many cores are on your test box? > > -Pieter > _______________________________________________ > 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
