Request Coalescing
Everything on SkillVeris tagged Request Coalescing — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is the Thundering Herd Problem?
The thundering herd problem occurs when a large number of processes or requests are all woken up or triggered simultaneously by the same event — such as a popu…
What is Request Coalescing and How Does It Prevent Cache Stampedes?
Request coalescing is the technique of detecting that multiple concurrent requests are asking for the same uncached (or expired) resource and merging them into…