I am doing with a friend of mine a system to implement a reliable multi cast library. We are dealing with many processes belonging to a group; any process can join or leave the group. If one sends a message, this is delivered by all the others.
We would like to handle the sender's crash so that when this happens, either all or none of the recipients deliver the message.
Can you suggest a good strategy (algorithm) to handle the part about all or nothing?