Some kind of RPC exists for D?
David Nadlinger via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Thu Jun 19 06:54:00 PDT 2014
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
More information about the Digitalmars-d-learn
mailing list