NuxRef

python-dogpile - Locking code extracted from the Beaker package

Website: http://bitbucket.org/zzzeek/dogpile.core
License: BSD
Description:
A 'dogpile' lock, typically used as a component of a larger caching solution.
A "dogpile" lock, one which 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.

Packages

python-dogpile-0.4.1-1.el6.nuxref.src [101 KiB] Changelog Chris Caron (2014-07-08):
- Initial Release