up vote 16 down vote favorite
3
share [g+] share [fb]

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

link|improve this question

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

1 Answer

up vote 5 down vote accepted

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|improve this answer
feedback

Your Answer

 
or
required, but never shown

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