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
