Files
reddit/r2
Neil Williams cf527d15cf ZooKeeper: Add pull model for LiveList.
The base LiveList set up is similar to LiveConfig; it sets a watch and
will get notified by ZooKeeper when the data changes. Sometimes we don't
need data very frequently, if at all, and would rather eschew the watch
for a pull based model (asking ZK for the data only when needed.) This
is particularly helpful if we're doing write-only changes to a
datastructure read only in one place (such as a queue processor).
2012-08-08 23:33:17 -07:00
..
2010-05-17 13:27:17 -07:00
2011-08-24 18:02:08 -07:00
2012-08-08 13:47:03 -07:00
2012-06-19 14:02:42 -07:00