Comment by pphysch
3 years ago
> And yet developers do this every single day without any issue.
And users suffer through unresponsive interfaces and long load times every single day...
3 years ago
> And yet developers do this every single day without any issue.
And users suffer through unresponsive interfaces and long load times every single day...
Most of our cloud hosted request/responses are within the realm of 1-10ms, and that's with the actual request being processed on the other side. Unless there's a poorly performing O(N) stinker in the works, most requests can be served with most latency being recorded user->datacenter, not machine to machine overhead. This article is a lot bonkers.