[zeromq-dev] CZMQ Performance
Pieter Hintjens
ph at imatix.com
Tue Nov 25 09:50:01 CET 2014
This is not going to be possible without significant concurrency. That
is, the overhead of CURVE is going to limit you to perhaps 100K
message/second (it depends a lot on the size of messages and CPU
speed) per node. You can easily test this with your sample data.
We're also not using the fastest possible crypto library, so you may
get some improvement by using NaCl instead of libsodium, for instance.
On Tue, Nov 25, 2014 at 8:24 AM, George <ggitau at ilabafrica.co.ke> wrote:
> Hi,
> I am looking to achieve a throughput of about 3M messages per second with
> CZMQ with the CURVE mechanism..Is this possible and what approach should I
> take?
>
> _______________________________________________
> 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