Re: [Zookeeper-user] httpd zookeeper module (experimental)

2008-05-10 Thread Chris Darroch
Ted Dunning wrote: > But the rest or dav layer is still *really* handy if only for debugging and > inspecting what new programs are doing. Agreed; I wrote mod_shmap for those purposes in the httpd world. I've got some ideas for a mod_zookeeper that would permit other modules to take advant

Re: [Zookeeper-user] httpd zookeeper module (experimental)

2008-05-09 Thread Ted Dunning
It is absolutely hard to imagine how to deal with these. But the rest or dav layer is still *really* handy if only for debugging and inspecting what new programs are doing. Another dav servlet approach is found here: http://could.it/main/a-simple-approach-to-webdav.html I have had very good re

Re: [Zookeeper-user] httpd zookeeper module (experimental)

2008-05-09 Thread Chris Darroch
Andrew Kornev wrote: > Zookeeper handle is thread-safe. The recommended approach is to share a > single zookeeper zhandle between application threads. Unless, of course, > you'd like to connect to multiple zookeeper clusters (quorums) from the same > application in which case you'd have to have a

Re: [Zookeeper-user] httpd zookeeper module (experimental)

2008-05-09 Thread Chris Darroch
Patrick Hunt wrote: > Have you heard anyone implementing webdav on top of zookeeper? Seems > like it would be a pretty good match (my experience with webdav is > limited though). There are lots of webdav clients and client libs available. I know from experience with httpd that it is possible