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 <[email protected]> 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 > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
