On Thursday, 19 June 2014 at 13:54:01 UTC, David Nadlinger wrote:
On Thursday, 19 June 2014 at 12:13:12 UTC, Dicebot wrote:
However if you application design implies thousands of RPC calls per second it is quite likely performance won't be good with any RPC implementation :)

Backend people at Google, Facebook, and others would beg to disagree. ;)

Of course, the calls counted here are from multiple clients to a single server. If your fan-out is in the thousands, then you indeed have a problem.

David

Yes, you are correct, I have indeed meant bi-direction distributed communication model, something similar to what Erlang provides out of the box. Of course in classical client-server model handling even tens of thousands of RPC calls per second is feasible.

Reply via email to