Linked by Hadrien Grasland on Sun 29th May 2011 09:42 UTC
Thread beginning with comment 475343
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[9]: Comment by Kaj-de-Vos
by Neolander on Tue 31st May 2011 22:56
in reply to "RE[8]: Comment by Kaj-de-Vos"
RE[10]: Comment by Kaj-de-Vos
by bouhko on Wed 1st Jun 2011 17:53
in reply to "RE[9]: Comment by Kaj-de-Vos"
Yeah that's the idea.
Actually, looks like it's deprecated in favor of the plugin API. It should be able to achieve the same kind of stuff, maybe with a bit more work (but looks like it's more flexible).
Anyway, what's really awesome about protocol buffer is the way the are serialized. It's really efficient and fast (you can look up at some benchmarks on internet).




Member since:
2010-06-24
You might want to have a look at Google's protocol buffers. This is basically a way to define messages that can be serialized/deserialized in multiple languages. It allows you to define services as well (and let you implement the RPC details for your system) :
http://code.google.com/apis/protocolbuffers/docs/reference/cpp-gene...