Re: [protobuf] Re: ProtocolBuffer repeated tasks in Java..

2009-12-12 Thread Kenton Varda
On Sat, Dec 12, 2009 at 11:21 AM, atkretsch atkret...@gmail.com wrote: You can reuse the builder object by clearing it after each iteration like so: No you can't. This coincidentally appeared to work in earlier versions but it was never supposed to work according to the docs. In 2.2.0 it

Re: [protobuf] Re: protobuf rpc over http

2009-12-12 Thread Kenton Varda
If you're interested I have added explanatory comments to the socket-level protocol definition for Captain Proto (formerly pbcap): http://code.google.com/p/capnproto/source/browse/proto/capnproto.proto I still have no conventions for HTTP transport. On Thu, Dec 10, 2009 at 3:33 PM, Kenton Varda

Re: [protobuf] protocol message was rejected because it was too big (Turn off?)

2009-12-12 Thread Saptarshi Guha
Thanks much. Regards Saptarshi On Sat, Dec 12, 2009 at 4:40 PM, Kenton Varda ken...@google.com wrote: Actually, this is a better link: http://code.google.com/apis/protocolbuffers/docs/reference/cpp/google.protobuf.common.html#SetLogHandler.details For some reason the auto-generated