This simple locking scheme is not based on any file locking system calls such as 'flock()' or 'lockf()' but rather relies on basic file system primitives and properties, such as the atomicity of the 'write()' system call. It is not meant to be exempt from all race conditions, especially over NFS. The algorithm used is described below in the ALGORITHM section.
It is possible to customize the locking operations to attempt locking once every 5 seconds for 30 times, or delete stale locks (files that are deemed too ancient) before attempting the locking.
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
0.208-bp156.3.1 info | GA Release | 2023-07-22 | 15 SP6 |
|
|
0.208-bp155.2.9 info | GA Release | 2023-05-17 | 15 SP5 |
|
|
0.208-bp154.1.19 info | GA Release | 2022-05-09 | 15 SP4 |
|
|
0.208-bp153.1.14 info | GA Release | 2021-03-06 | 15 SP3 |
|
|
0.208-bp152.3.13 info | GA Release | 2020-04-16 | 15 SP2 |
|
|
0.208-bp151.3.1 info | GA Release | 2019-07-17 | 15 SP1 |
|
|
0.208-bp151.2.12 info | GA Release | 2019-05-18 | 15 SP1 |
|
|
0.208-bp150.2.4 info | GA Release | 2018-07-30 | 15 |
|
|