Comment on gRPC: Internet-scale RPC framework is now 1.0parentComments−r4um10yPrimarily performance, HTTP HOL[1] kills latencies and wastes a lot of resources, especially with micro services spanning requests recursively to multiple services.We have had to force keep alive and even forcefully turn it off in some cases :(.[1]https://en.wikipedia.org/wiki/Head-of-line_blocking
Comments
Primarily performance, HTTP HOL[1] kills latencies and wastes a lot of resources, especially with micro services spanning requests recursively to multiple services.
We have had to force keep alive and even forcefully turn it off in some cases :(.
[1]https://en.wikipedia.org/wiki/Head-of-line_blocking