Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there some library or project out there that works like Zookeeper but has no java dependency? I'm looking at putting this on an embedded linux system, and need minimal footprint... something like a megabyte or less. I have Lua, C and C++ runtimes, and could put something like NewLISP on there if I had to. Most or all of the clients will be C or C++, a nice command line utility for the benefit of shell scripts would also be useful. http://zookeeper.apache.org/

share|improve this question
are you looking to run the client or the server on an embedded system? – sbridges Oct 2 '11 at 1:26
Both. I have plenty of memory, BTW, but not a lot of code space. – Andrew McGregor Oct 2 '11 at 2:53
1  
Possible duplicate: Zookeeper alternatives. – Peter Wood Jan 23 at 12:41

2 Answers

up vote 2 down vote accepted

There is accord,

Accord is a high-performance coordination service like Apache ZooKeeper

It looks like accord is written in c.

share|improve this answer
Aaaand we have a winner... especially since corosync is already on there as well as part of something else. Thanks. – Andrew McGregor Oct 2 '11 at 22:07
Looks like corosync is unfortunately loosing support. – Christopher Smith Mar 10 at 1:24

There is Doozerd written in Go!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.