1
vote
2answers
122 views
How should I handle eventual consistency in SimpleDB, particularly in relation to unit testing?
We're building a web app on top of the Amazon Web Services stack, and I'm loving it so far.
We're also making full use of test driven development and that is also proving to be fantastic.
I'm just …
2
votes
3answers
233 views
Eventually consistent mnesia database with erlang. Best practices anyone?
Hi.
I'm writing a bittorrent tracker in erlang. Given the nature of the service,
I won't need absolute consistency (ie. a client can be perfectly happy with a slightly outdated list of peers or …
7
votes
2answers
434 views
Eventual Consistency
I am in the early stages of design of an application that has to be highly available and scalable. I want to use an eventual consistency data model for this for a number of reasons. I know and …
