[zeromq-dev] Regarding Pattern for Replacing CORBA with Zeromq + Protocol Buffers
Pieter Hintjens
ph at imatix.com
Thu May 26 16:43:51 CEST 2016
If you read the Guide you'll find patterns that help you. Chapter 7
describes how to build such servers.
On Thu, May 26, 2016 at 4:21 PM, yogesh fulsunge
<yogesh.fulsunge at gmail.com> wrote:
> Dears,
>
> I am working on a design to replace CORBA interface between java swing
> clients ( around 1200) and C++ middleware Server in a distributed
> application environment.
>
> I have decided to use zeroMQ with protocol Buffers for development.
>
> CORBA has some issues where large data is not able to transfer eg 15MB, i
> found zeromq has ability to provide large throughput.
>
> In this architecture multiple clients sends large amount of data (
> electrical and mechanical diagrams) to C++ middleware application, it
> processes it and sends response back to Client. It should be multithreaded
> and able to handle large amount of data from multiple clients and send
> response back.
>
> can you please help me which pattern will be best fit for the problem.
>
> Eager to get a positive response from you.
>
> Regards,
> Yogesh
>
> _______________________________________________
> 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