From c1f2c2362326c821c9fded3cd3493eb60868219a Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Tue, 29 Oct 2013 23:56:26 +0000 Subject: 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 --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index a59b0f4499ab..70d97b57f633 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3514,6 +3514,7 @@ SUBDIR += py-distribute SUBDIR += py-distutils-extra SUBDIR += py-docopt + SUBDIR += py-dogpile.core SUBDIR += py-durus SUBDIR += py-dynrules SUBDIR += py-eggtestinfo -- cgit v1.2.3