Lock convoy
A performance collapse in which many threads repeatedly contend for one lock, each waking and re-blocking in lockstep so throughput degrades toward serial execution.
grounded in: latest AI/tech trends theme: 'Rust and the hard edges of systems concurrency' — lock contention pitfalls in systems code
Connected concepts
Deadlock, False sharing, Lock-free programming, Connection Pooling
Explore it live in the knowledge graph →