[zeromq-dev] Maintaining multiple zeromq contexts simultaneously
Yu Dongmin
miniway at gmail.com
Tue Jan 1 09:21:27 CET 2013
Hi,
Dic you happen to get a performance issue on your environment ?
When you create a new context, it allocates blocks for mailboxes and create one reaper thread and io thread(s).
Reaper thread is mostly idle and it'll not affect performance.
If you have multiple cores, I guess maximum 4 contexts would not affect performance.
Thanks
Min
On Jan 1, 2013, at 4:46 PM, Divya Mohan <divya.mohan310 at gmail.com> wrote:
> Is there any performance overhead if a process is maintaining multiple zeromq contexts (maximum of 4) simultaneously?
>
> Thanks,
> Divya
>
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
More information about the zeromq-dev
mailing list