Software Engineering for Internet Applications

Basics

  1. Atomicity: all or nothing
  2. Consistency: only legal operations allowed.
  3. Isolation: no peeking until the other is done.
  4. Durability: once done, you are done forever.

José M. Vidal .

2 of 30