vote up 12 vote down star
3

Is anyone using Google's protocol buffers in large scale applications in production. What is the experience that people have had?

flag

What do you mean by protocol buffers? Please add a little bit more information. – cschol Jan 11 at 2:32
i am referring to:eishay.blogspot.com/search/label/protobuf – oo Jan 11 at 2:42
I believe Marc Gravell and Jon Skeet (both at Google) are using them? – Mitch Wheat Jan 11 at 2:46
Can you please change the title to be a question. – Cameron MacFarland Jan 11 at 2:47
msmvps.com/blogs/jon_skeet/… – Mitch Wheat Jan 11 at 2:48
show 4 more comments

1 Answer

vote up 4 vote down check

BTW Apache ActiveMQ 6 will probably be using Protocol Buffers as its default marshalling layer. Early experiences are very favourable; as its easy to have each endpoint on different versions and yet still be able to parse the binary protocol - plus it seems very fast. A great alternative to JSON/XML when you need a performance boost

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.