views:

101

answers:

3

I'll start with these - IMO brilliant - articles:

I'm interested in more articles on distributed systems, where ACID can't deliver the necessary scalability/availability anymore (or even, where ACID can still deliver in extreme cases).

The articles should focus on the practical side (even though I like maths).

One thing I'd find especially interesting: Which rules of thumb / design patterns / ... can be derived from non-ACID architectures?

+1  A: 

There is an excellent speech (not an article) by Gregor Hohpe "Programming the Cloud". There is an answer for your last question.

Fuad Malikov
Videos are very welcome. I think I'll watch it tonight - thanks!
Chris Lercher
@Fuad: Just watched it, a lot of good information and concepts in there (and it's presented very well).
Chris Lercher
Yes, it is one my favorites.
Fuad Malikov
+2  A: 

There is a few presentations on InfoQ on this topic:

And don't forget the paper about Amazon Dynamo:

Dynamo: Amazon’s Highly Available Key-value Store

Jonas
They look very promising! Will watch/read them in the next days.
Chris Lercher