Dear Team, I have gone through patterns and chapter 7 but not able to figure out the exact pattern to be used. I need to show to the client the pattern which i will be using so if i start with Multithreaded REQ and REP pattern with a Broker will be sufficient or shall just a Lazy Pirate pattern will be good for my kind of problem?
I tried using Push and Pull pattern but i found i have multiple clients and so the Push operation will not work as it expects only one client. so let me know. Regards, Yogesh On Thu, May 26, 2016 at 7:51 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
