Lock convoy

In computer science, a lock convoy is a performance problem that can occur when using locks for concurrency control in a multithreaded application. A lock convoy occurs when multiple threads of equal priority contend repeatedly for the same lock.

Source: Wikipedia — Lock convoy (CC BY-SA 4.0)

Lock convoy

In computer science, a lock convoy is a performance problem that can occur when using locks for concurrency control in a multithreaded application. A lock convoy occurs when multiple threads of equal priority contend repeatedly for the same lock.

Source: Wikipedia "Lock convoy" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy