All Questions
Tagged with problem-solving distributed-computing
1 question
7
votes
4
answers
3k
views
How to effectively (but minimally) *simulate* a distributed computing environment?
I am doing some personal research on Byzantine Faults. I am trying out algorithms from various research papers which present algorithms for consensus in distributed systems like this one. For this i ...