At canonical we've been using zookeeper heavily in the development of a new
project (ensemble) as noted by gustavo.
I just wanted to give a quick overview of the client library we're using for
it. Its called txzookeeper, its got 100% test coverage, and implements
various queue, lock, and utilities
ers.
https://issues.apache.org/jira/browse/ZOOKEEPER-591
the attached example on the ticket will deadlock in zk 3.3.0 (which has the
fix for 591) and trunk.
-kapil
On Mon, May 3, 2010 at 9:48 PM, Kapil Thangavelu wrote:
> Hi Folks,
>
> I'm constructing an async api on top of the zooke
Hi Folks,
I'm constructing an async api on top of the zookeeper python bindings for
twisted. The intent was to make a thin wrapper that would wrap the existing
async api with one that allows for integration with the twisted python event
loop (http://www.twistedmatrix.com) primarily using the async
Hi Folks,
I'm trying to use zookeeper via zkpython to set an acl on a node, and then
test that acl. I've configured a super user, and create a node with an acl
with the all permission and a digest scheme. However i find that i end up
not being able to touch the node with the credentials as per the