web2all/lock
Composer 安装命令:
composer require web2all/lock
包简介
Web2All advisory lock with database
README 文档
README
This web2all/lock package requires the web2all/framework (https://github.com/web2all/framework). It used to be proprietary software but now it has been released to the public domain under a MIT license.
This pacckage is no longer actively maintained. Most likely it is only of interest if you own software created by Web2All B.V. which was built using these classes.
What does it do
Implement simple advisory locking. Currently only implements this using a mysql database which must be shared between the applications which want to use the advisory locking. Internally it uses the mysql functions GET_LOCK and RELEASE_LOCK. This makes it very easy to implement advisory locking between programs using the same database server. Prevent your processes from running in parallel.
License
Web2All framework is open-sourced software licensed under the MIT license (https://opensource.org/licenses/MIT).
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-12-19