On Tue, Apr 16, 2013 at 8:03 AM, Divya Mohan <[email protected]> wrote:

> I am looking into different Profiler options to see if I can get the CPU
> usage. I will check for memory leaks as well.

OK.

> But if its CPU usage issue: Then why am I not seeing it in case of message
> queues . Are there any delays/sleep inside ZeroMq code that could put my
> process to sleep/suspended state and hence result in this delay?. (I tried
> going through the Zeromq code but couldnt find any such scenario).

There is no sleep or suspend in 0MQ that could put it into this state,
but when you have multiple threads, they can get swapped out for
arbitrarily long moments, if another thread is doing heavy work.

-Pieter
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to