Tagged Questions
3
votes
2answers
1k views
Writing a reliable, totally-ordered multicast system in Python
I have to write a reliable, totally-ordered multicast system from scratch in Python. I can't use any external libraries. I'm allowed to use a central sequencer.
There seems to be two immediate ...