Anti-patterns related to shared resource access that can lead to performance bottlenecks and application instability.
Resource Contention Overview
Excessive Locking
Connection Pool Exhaustion
Thread Pool Saturation
Database Lock Contention
Resource Leaks
Memory Contention
CPU Contention
Deadlocks
I/O Contention
Resource Contention Checklist