Search Results

2
votes
3answers
234 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 peer …