Skip to content

PHP cache library with semaphore (locks to prevent dogpile effect / clobbering updates / stampending requests). Slam defense.

License

Notifications You must be signed in to change notification settings

miloszskurowski/metaphore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metaphore

PHP cache library with semaphore (locks to prevent dogpile effect / clobbering updates / stampending requests). Slam defense.

It's an effort to simplify and focus only on core functionality of LSDCache library (https://github.com/gsmlabs/LSDCache).

Deadlock

Deadlock = locked (lock already acquired by other reqeust), but no stale content to serve

About

PHP cache library with semaphore (locks to prevent dogpile effect / clobbering updates / stampending requests). Slam defense.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published