From 137acf935fe082d92cb4683c7afe3cdd0a5421a0 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Fri, 5 Dec 2008 11:20:54 -0500 Subject: [PATCH] todo for making this a far more powerful library --- framework/Support/lib/Horde/Support/ConsistentHash.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/framework/Support/lib/Horde/Support/ConsistentHash.php b/framework/Support/lib/Horde/Support/ConsistentHash.php index b5d052e28..43decafa1 100644 --- a/framework/Support/lib/Horde/Support/ConsistentHash.php +++ b/framework/Support/lib/Horde/Support/ConsistentHash.php @@ -16,6 +16,10 @@ * http://www.spiteful.com/2008/03/17/programmers-toolbox-part-3-consistent-hashing/, * and also the original paper: * http://www8.org/w8-papers/2a-webserver/caching/paper2.html + * + * @TODO Ideas for future enhancement: + * - provide a callback when a point is moved on the circle, so that the calling + * code can take an action (say, tranferring data). */ class Horde_Support_ConsistentHash { -- 2.11.0