此内容没有您所选择的语言版本。
9.7. Locking Operations
9.7.1. About the LockManager 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
The
LockManager
component is responsible for locking an entry before a write process initiates. The LockManager
uses a LockContainer
to locate, hold and create locks. The two types of LockContainers
generally used in such implementations are available. The first type offers support for lock striping while the second type supports one lock per entry.
See Also: