3 ms·
I probably underestimated the complexity and I didn't mean to knock on CDNs - I just wanted to say that not all distributed systems have equal complexity, and s
by torginus 10d ago
I probably underestimated the complexity and I didn't mean to knock on CDNs - I just wanted to say that not all distributed systems have equal complexity, and some require essentially almost serializable transactions, while others are fine with small channels of eventual consistency
- dastbe 9d agothe complexity is in different places. For these systems the sheer scale of throughput makes reasoning about them challenging. the OP mentioned 1B requests/day, where there are systems handling 1B requests a second.