Cages is the library on the top of ZooKeeper.
Accord provides coordination service like ZooKeeper. Thus, Cage-like
system can be implemented on the top of Accord.
(2011/09/24 8:38), Edward Capriolo wrote:
The cages library http://code.google.com/p/cages/ seems to be similar.
On Fri, Sep 23, 2011 at 4:52 PM, Ted Dunning<[email protected]> wrote:
This is not correct. You can mix and match reads, writes and version
checks
in a multi.
2011/9/23 OZAWA Tsuyoshi<[email protected]>
- Limited Transaction APIs. ZK can only issue write operations (write,
del) in a transaction(multi-update).