Hi Sage, ... > For v0.28 we're focusing on the OSD cluster, radosgw, and continuing with > the MDS clustering fixes. Sam and Josh are working on a refactor in the > OSD peering code that will make peering more understandable, verifiable, > and (we hope) less buggy. Im using ceph since a while an follow the mailinglist since more than a year. In the same project as we use ceph, we also use a messaging api called zeromq (http://www.zeromq.org/) for messaging between our other components. And i thought this might be a proper replacement for your messaging implementation, which causes some trouble. ZeroMQ was developed to speed up stock trading and is now widely used in many high performance messaging applications. It offers a lot of different messaging pattern implementations (publish/subscribe, fanout, ..) as well as different transport mechanisms (tcp, multicast (pgm), inprocess ..). It has a brokerless design and has many language bindings, but is entirely written in c/c++. There is a very active community. It is also very well documented: http://zguide.zeromq.org/page:all I was thinking since some time to point the ceph development team to this piece of code, now with your announcement of the 0.28 work i decided to do so. So if you want to spend some spare time to read through the basic concepts, enjoy. Greetings from Munich Stefan Majer > > Relevant URLs: > * Direct download at: http://ceph.newdream.net/download/ceph-0.27.tar.gz > * For Debian and Ubuntu packages, see http://ceph.newdream.net/wiki/Debian > -- > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html