Re: Thrift interface

2008-07-22 Thread Patrick Hunt
Hi Chris, we were thinking about thrift at one point for marshaling but lack of c binding eliminated it as an option. I don't think it makes sense for us to add dependencies on thrift right now. If there is sufficient user demand we'd definitely consider it. Patrick Chris Smith wrote: I've

Re: Thrift interface

2008-07-22 Thread Chris Smith
I've now got a working stand-alone 'proxy' that acts as a Thrift server and a ZK client. Is this something you guys would want/accept as a contrib module? I appreciate that you already have SWIG and FUSE bindings, but I think the Thrift interface makes more sense in environments where [most] other

Re: Thrift interface

2008-07-16 Thread Patrick Hunt
FUSE support is tracked by the following JIRA https://issues.apache.org/jira/browse/ZOOKEEPER-25 a patch is attached to the JIRA containing the feature. It's a big(ger) set of code so I've given it time for review. Should be committed soon and will be part of 3.0. I started working on script s

Re: Thrift interface

2008-07-15 Thread Benjamin Reed
Hi Chris, We have talked about using Thrift for our serialization layer (I thought we had a Jira opened for it, but I cannot find it). Thrift RPC is a different story. You would lose watch callbacks. I think it would also be hard to support sessions and thus ephemeral nodes. Finally, your client a