Closed niamster closed 9 years ago
@digitalextremist these debs are actually dcell-specific so I don't see why anybody else want to have them. I would really prefer to get rid of them as they should be only used on travis(recent ubuntu and debian SID should have them). In Arch it's already there since ages. In practice if a distro doesn't have have appropriate version of libzmq it must be build manually. I've tried to build 'em on travis but it's takes too much time. So in the end I prebuilt these debs myself.
Ah! I wondered. I understand/agree on all points.
Exciting to see CurveZMQ coming in. I abandoned my branch a long time ago when you mentioned changes coming to the library. So is the library settled now?
Yes, I believe so. Next step would be to add stats(for monitoring and load balancing). Also it would be nice to get rid of registries(too many of them!) and build smth on top of DCell itself. Maybe smth like Raft but in fact DCell doesn't require that tight synchronization and also I don't like the idea of a single master.
I'm itching to use DCell+CZMQ myself, so don't worry about superstructure coming in over it. Especially if we can thin-out the registries. Any thoughts on using protobuf or similar for data exchange?
You want to have a server written in C? Well, I was thinking myself about that.
@niamster you could use an eventually consistent gossip protocol ala riak_core
or Serf (i.e. SWIM)
Any thoughts on using protobuf or similar for data exchange?
He already switched to msgpack, which is a nice fit for a dynamic language like Ruby
@tarcieri, ah -- I fell out of the loop on that one. Congratz @niamster.
How's Japan going, are you still there @tarcieri?
I'm back in the US now
msgpack looks great. Excited to check that out further.
I hope the trip was great.
Just signed a two-year lease on a new lab, once I settle in, I'm planning to head up that way.
(currently writing a actor for czmq in c which does raft internally and exposes a REST "API")
(Its using http://rfc.zeromq.org/spec:40/XRAP for REST)
@Asmod4n wow, this sounds very interesting, can you share anything yet?
@shadoi nothing useable yet: https://github.com/Asmod4n/craft, logic is in src/craft.c.
I'm going to merge this and close #62 if there are no objections here.
Awesome. Should the
.deb
files maybe be part ofculture/debs
like we haveculture/gems
right now?