freebsd-ports/devel/py-dogpile.core/pkg-descr
William Grzybowski c1f2c23623 py-dogpile.core: Component of a larger caching solution
A 'dogpile' lock, typically used as a component of a larger caching solution.

Allows a single thread to generate an expensive resource while other threads
use the "old" value, until the "new" value is ready.

Dogpile is basically the locking code extracted from the Beaker package,
for simple and generic usage.

WWW: https://bitbucket.org/zzzeek/dogpile.core
2013-10-29 23:56:26 +00:00

9 lines
361 B
Text

A 'dogpile' lock, typically used as a component of a larger caching solution.
Allows a single thread to generate an expensive resource while other threads
use the "old" value, until the "new" value is ready.
Dogpile is basically the locking code extracted from the Beaker package,
for simple and generic usage.
WWW: https://bitbucket.org/zzzeek/dogpile.core