- Stability Anitpatterns
- Users
Users consume memory (users sessions) and do wild things
- Blocked Threads
The Blocked Thread antipattern is the approximate cause of most failures (e.g. gradual slowdown, hung server)
- Scaling Effects
Examine production versus QA environments to spot Scaling Effects
- Dogpile
Dogpiles force you to spend too much to handle peak demand
- Force Multiplier
Ask for help before causing havoc (infrastructure management tools can make very large impact very quickly)