If you are looking at accessing ZooKeeper from Java code, you should look at the Netflix library called Curator - https://github.com/Netflix/curator.
It includes implementations / recipes for different types of locks and other distributed primitives - https://github.com/Netflix/curator/wiki/Recipes. On Wed, Aug 29, 2012 at 3:59 PM, Goldy <[email protected]> wrote: > Hello, > I'm a new bee in ZooKeeper. So was understanding the primitives > given the "Wait-free co-ordination service for Internet scale systems". To > understand it more better I go through code too available in > https://github.com/apache/zookeeper/tree/trunk/src/recipes/lock. But only > the code for Write lock is given, not for simple locks and read locks. May > I > know the reason or only the solution for simple locks is provided from both > the perspective of herd effect and exclusive locks? If code is available > for > other primitives too, please share the link. > > > Thanks in advance, > Goldy > > > > -- > View this message in context: > http://zookeeper-user.578899.n2.nabble.com/ZooKeeper-Locking-code-tp7577858.html > Sent from the zookeeper-user mailing list archive at Nabble.com. >
