[protobuf] Modern Java RPC implementations

2011-04-22 Thread JasonB
I'm trying to connect a C client with a Java server, and I'd prefer to use protobuf with RPC instead of raw sockets. I've already found protobuf-c, which seems to be a well-supported implementation for the C side. However, the Java RPC side seems woefully undersupported, with several dead

Re: [protobuf] Re: Issue 270 in protobuf: Precompiled protoc binary for OS X

2011-04-22 Thread Inderjeet Singh
Switching to a different machine with Snow Leopard and Xcode 4 did the trick for me. Thanks Inder On Thu, Apr 21, 2011 at 8:59 PM, Pherl Liu liuj...@google.com wrote: Also, you can upgrade your gcc to 4.3+ if possible. On Fri, Apr 22, 2011 at 11:58 AM, Pherl Liu liuj...@google.com wrote: