It could be interesting if the client made it easy to acquire / release locks like explained in the Apache ZooKeeper paper: http://www.usenix.org/event/atc10/tech/full_papers/Hunt.pdf.
A sample asynchronous implementation is found in txzookeeper, which could be a source of inspiration.
It could be interesting if the client made it easy to acquire / release locks like explained in the Apache ZooKeeper paper: http://www.usenix.org/event/atc10/tech/full_papers/Hunt.pdf.
A sample asynchronous implementation is found in txzookeeper, which could be a source of inspiration.