On 11/23/2009 06:27 PM, Kenton Varda wrote:
> If you want something that's likely to work with other languages, I'd
> just implement RPC over HTTP. Assuming you have HTTP support in R
> already it should be pretty straightforward. Otherwise you'll have to
> look very carefully at the third-party RPC implementations to figure out
> which ones are well-designed (I have not looked closely enough at them
> to know):
>
http://code.google.com/p/protobuf/wiki/ThirdPartyAddOns
>
> Please don't copy the RPC interfaces that are part of protocol buffers
> now -- they are going away.
Sorry to get back at this a week after. Can you expand on what is going
away. ServiceDescriptor, MethodDescriptor, RpcChannel, Service ?
> The service definition language will still
> exist, but future versions of protoc will let you plug in a custom code
> generator for them.
>
> 2009/11/22 Romain Fran�ois <
francoi...@free.fr
> <mailto:
francoi...@free.fr>>