[protobuf] Re: Disabling the 'gen_cpp' output of Services?

2010-03-11 Thread NoamC
I am looking for a lightweight RPC in C/C++ between VxWorks and linux (both embedded systems) and started looking at protobuf for this purpose. The 3rd party addons (RPC implementations) I saw in the doc looks either heavy (RCF) or immature. 1. Why was the current method of services deprecated?

Re: [protobuf] Re: Disabling the 'gen_cpp' output of Services?

2010-03-11 Thread Kenton Varda
On Thu, Mar 11, 2010 at 8:01 AM, NoamC noam1...@gmail.com wrote: I am looking for a lightweight RPC in C/C++ between VxWorks and linux (both embedded systems) and started looking at protobuf for this purpose. The 3rd party addons (RPC implementations) I saw in the doc looks either heavy

Re: [protobuf] Re: Disabling the 'gen_cpp' output of Services?

2010-03-11 Thread Kenton Varda
On Thu, Mar 11, 2010 at 11:29 AM, Kenton Varda ken...@google.com wrote: On Thu, Mar 11, 2010 at 8:01 AM, NoamC noam1...@gmail.com wrote: 1. Why was the current method of services deprecated? will it be removed in the future? It's deprecated in favor of code generator plugins. It will