[protobuf] Re: Large message vs. a list message for smaller messages

2011-01-13 Thread Meghana
@Evan - Right. So in that case, we would use the writeDelimitedTo or some such equivalent option to stream a number of small messages together. I got this far. My problem is trying to make this work with the Jersey REST framework. Here, for each type of input/output you send and receive, provider

Re: [protobuf] Re: Large message vs. a list message for smaller messages

2011-01-13 Thread Evan Jones
On Jan 13, 2011, at 4:38 , Meghana wrote: Is there any way of working around this problem? You can increase the limit with CodedInputStream.setSizeLimit, which is an easy route. The problem is that the performance is bad for really large messages, because the whole thing needs to be