
Request Coalescing: Preventing the Thundering Herd in Node.js
When a cache entry expires under high traffic, dozens of requests race to rebuild it simultaneously — here's how inflight request deduplication collapses that stampede into a single upstream call.





