[zeromq-dev] Seek advice on ZeroMQ lib language

Pieter Hintjens ph at imatix.com
Mon Jul 27 23:08:42 CEST 2015


You can implement this in Python and then easily test its performance.

On Mon, Jul 27, 2015 at 7:23 PM, ehsan toghian <ehsan_toghian at yahoo.com> wrote:
> Hi all
> I have a question about the speed of ZeroMQ lib language. Consider I have a
> host which must get messages from several clients. At the worst use case we
> have near 200 clients and each one sends 500 messages per second. The
> current implementation is based on soap web service, but it  clogs in heavy
> loads. We consider to change the solution based on the ZeroMQ.
>
> Since the speed in very vital for us, should we reimplement the logic in
> python or c(++) ?
> Thanks in advanced.
>
> _______________________________________________
> 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