Sure, Ill take a look at it.
Thanks
mahadev
On 5/4/10 2:32 PM, "Patrick Hunt" wrote:
> Thanks Kapil, Mahadev perhaps you could take a look at this as well?
>
> Patrick
>
> On 05/04/2010 06:36 AM, Kapil Thangavelu wrote:
>> I've constructed a simple example just using the zkpython library wi
Thanks Kapil, Mahadev perhaps you could take a look at this as well?
Patrick
On 05/04/2010 06:36 AM, Kapil Thangavelu wrote:
I've constructed a simple example just using the zkpython library with
condition variables, that will deadlock. I've filed a new ticket for it,
https://issues.apache.or
I've constructed a simple example just using the zkpython library with
condition variables, that will deadlock. I've filed a new ticket for it,
https://issues.apache.org/jira/browse/ZOOKEEPER-763
the gdb stack traces look suspiciously like the ones in 591, but sans the
watchers.
https://issues.a
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