Search CTRL + K

Concurrency Control

并发控制 是在并行操作下,尽可能快地得到正确的结果。并发控制 常见于编程语言、操作系统、多处理器和 数据库 领域。

主要分类为 [1]

实现 并发控制 的方法主要如下:

还有一些方法会和上面的方法一起使用:


Wikipedia

In information technology and computer science, especially in the fields of computer programming, operating systems, multiprocessors, and databases, concurrency control ensures that correct results for concurrent operations are generated, while getting those results as quickly as possible. [2]


  1. https://draveness.me/database-concurrency-control/ ↩︎

  2. https://en.wikipedia.org/wiki/Concurrency_control ↩︎