Skip to content

Fix of the "dog-pile" effect

Compare
Choose a tag to compare
@festinuz festinuz released this 23 Jul 17:16
· 9 commits to master since this release

Dog-pille effect:

What occurs when a cached object expires, and multiple requests to fetch it are made at the same time. In systems that don’t lock or use a scheme to prevent multiple instances from simultaneously creating the same thing, every request will cause the system to create a new value to be cached.