Re: [protobuf] Use in a real-time embedded device

2011-12-20 Thread Neil T. Dantam
On 12/21/2011 01:30 AM, Steve Robbins wrote: Hi, Has anyone experience using Protocol Buffers on a real-time embedded processor? Somewhat related, we use protocol buffers for real-time robot control on a PC. Specifically, we're using protobuf-c over a shared-memory IPC. This can send small

Re: [protobuf] Submit Protocol Buffers as an IETF RFC

2011-06-22 Thread Neil T. Dantam
On 06/22/2011 08:29 AM, Thiago wrote: Hi all, I'm writing this to ask if others agree that publishing Protocol Buffers language and encoding as an IETF RFC would be a good idea. I think a protobuf RFC would be fantastic! One of the questions I was asked when suggesting to adopt PB was: Is

Re: [protobuf] Memory leak (fragmentation?)

2009-11-24 Thread Neil T. Dantam
Jason Hsueh wrote: Are you sure the leak is due to persistCacheToFile()? Does it due to memory fragmentation ? It's very strange because this method 'FileManager::persistCacheToFile()'[3] should delete all its memory when it returns. Should I use a other memory allocater like tcmalloc ? I

[protobuf] Re: Thoughts on protoc plugins

2009-10-28 Thread Neil T. Dantam
Kenton Varda wrote: Also, writing third-party code generators in languages other than C++ is tricky. Yes, I opted not to bother with .proto parsing for s-protobuf, using only the protobuf-encoded FileDescriptorSet's that protoc can emit. Instead, I propose a similar architecture, but