I\'m trying to create a node using the python bindings that are bundled with the zookeeper distribution ( src/contrib/zkpython/ ). Using zookeeper-3.3.1.
I am trying to understand ZooKeeper, how it works and what it does. Is there any application which is comparable to ZooKeeper?
Is there any alternative of ZooKeeper in .net? 开发者_StackOverflow中文版Other than database which we all use for similar stuff.
I\'ve generally implemented sequence number generation usi开发者_如何学Pythonng database sequences in the past.
I have been reading the Paxos paper, the FLP theorem etc. recently and evaluating Apache Zookeeper for a project. I have also been going thru C开发者_StackOverflow社区hubby (Google\'s distributed lock
I have a set of resources each of which has a unique identifier, and each resource element must be locked before it is used, and unlocked afterwards.The logic of the application is: