Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
Ozum Safa's user avatar
  • 129
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 ...
Asti's user avatar
  • 171