Re: using RPC on asynchronous server

2008-10-16 Thread Kenton Varda
Many (most?) servers at Google use asynchronous protobuf RPC. I'm not sure how to answer your question, though. Can you be more specific? On Tue, Oct 14, 2008 at 7:16 AM, muqu [EMAIL PROTECTED] wrote: Anybody can shine some light on their experience on using the PB RPC on an asynchronous

using RPC on asynchronous server

2008-10-14 Thread muqu
Anybody can shine some light on their experience on using the PB RPC on an asynchronous server, like whether RPC is well-designed for it or any potential pitfalls? I find the for async server, matching a response to the original request is kind of a pain.