[protobuf] Protocol Buffers RPC design questions

2010-07-15 Thread Jamie McCrindle
Hi all, I've built a lightweight PB RPC implementation over HTTP which I'd like to pad out with some more functionality but I have a few design questions that I was hoping some of you folk in the group may be able to help with: 1. For completeness, it looks like an RPC implementation should provi

Re: [protobuf] Protocol Buffers RPC design questions

2010-07-16 Thread Evan Jones
One note is that the built-in service implementation is sort of considered to be "deprecated" at this point, due to the plugin infrastructure that allows people to generate their own service code. On Jul 15, 2010, at 5:22 , Jamie McCrindle wrote: 2. I've been pondering how to inject in Servi

Re: [protobuf] Protocol Buffers RPC design questions

2010-07-20 Thread Kenton Varda
On Thu, Jul 15, 2010 at 2:22 AM, Jamie McCrindle wrote: > Hi all, > > I've built a lightweight PB RPC implementation over HTTP which I'd > like to pad out with some more functionality but I have a few design > questions that I was hoping some of you folk in the group may be able > to help with: >