Virtual sync

I make a system with my girlfriend to implement a reliable multi-sheeted library. We are dealing with many processes belonging to a group; any process can join or leave the group. If someone sends a message, it is sent by everyone else.

We would like to handle the sender's failure so that in this case either all or none of the recipients delivers the message.

Can you suggest a good strategy (algorithm) for handling a piece about everything or nothing?

+3
source share
1 answer

All Articles