[protobuf] Retrieve a message field from a stream

2013-01-23 Thread Barzo
Hi, I'm trying to implement a system like described herehttp://blog.florindinu.ro/posts/message-dispatching-in-c-part-0-problem.html where I have a Type List of Messages. Now, when I receive a message from an endpoint, I need a way to retrieve the message opCode (which is a filed contained in

[protobuf] Issue 458 in protobuf: Remove clone() from all interfaces, it is wrong; make them extend Cloneable, instead.

2013-01-23 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 458 by dav.co...@gmail.com: Remove clone() from all interfaces, it is wrong; make them extend Cloneable, instead. http://code.google.com/p/protobuf/issues/detail?id=458 Here is the example: public class C1T

[protobuf] protocol buffers performance

2013-01-23 Thread kira kk
Hi, I am considering to adopt protocol buffer in c++. However, I cannot find there is any performance about it. Here is my situation: the applications are distributed and performance-critical C++ applications. Each application communicates through message by socket. So the message is serialize

[protobuf] Best practices + Large Sample

2013-01-23 Thread smartnerd
Hello gents, I;m looking for a source of inspiration where protobuf is used with the following features : - large amount of files/definitions (e.g. 100-200), the more the better - sharing definitions within several sub-projects/domains - usage of extension - RPC style I know the definition

[protobuf] Building protobuf on AIX with xlc compiler

2013-01-23 Thread Arun
Hello, I am trying to build protobuf 2.5.0 rc1 from source on AIX with the xlc compiler. Would like to know whether anybody has successfully completed this before and whether there are any tips or best practices that can be shared. Thanks, Arun -- You received this message because you are