Dear Jeff, The Problem with CORBA is that it hangs while sending large amount of data lets say 15 MB
so this problem can be solved by serialisation using using protocol buffer and transport using zeromq?? also do i need to encode15 MB blob in one request or in multiple request? can you please clarify wht will be approach for encoding? Regards, Yogesh 9960352599 On Friday, May 20, 2016 at 7:03:19 PM UTC+5:30, Jeffrey Getzin wrote: > > I don't see why not, but what type of data will you be transferring? Some > data will transfer more efficiently than others. For example,I suspect that > sending messages with a single large BLOB would not be as efficient as > sending many text fields. > > Jeff > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
