All Questions
Tagged with distributed-computing concurrency
2 questions
2
votes
3
answers
872
views
Data consistency in distributed systems
I wanted to ask this question that has been bugging my head for a long time. Recently, I have started to develop a distributed system which has continuous and frequent database lookups in a loop. Let ...
7
votes
3
answers
378
views
Optimistic work sharing on sparsely distributed systems
What would a system like BOINC look like if it were written today?
At the time BOINC was written, databases were the primary choice for maintaining a shared state and concurrency among nodes.
Since ...