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 (RCF) or immature.
>
> 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 probably never
be removed.


> 2. are there examples how to write plugins? skeletal RPC using this
> method?
>

It sounds like Andrew will have an example soon.  :)  There is also my
incomplete Java RPC system:

  http://capnproto.googlecode.com

http://code.google.com/p/capnproto/source/browse/compiler/protoc-gen-capnproto-java.cc

I haven't been able to work on it in awhile, unfortunately.

3. Any contemporary recommended RPC implementation ?
>

I haven't tried any of the third-party implementations.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to