From: Chuck Hagenbuch Date: Fri, 5 Dec 2008 16:20:54 +0000 (-0500) Subject: todo for making this a far more powerful library X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=137acf935fe082d92cb4683c7afe3cdd0a5421a0;p=horde.git todo for making this a far more powerful library --- 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 {