[ bianca ]
[ 源代码: ruby-with-advisory-lock ]
软件包:ruby-with-advisory-lock(5.1.0-4)
ruby-with-advisory-lock 的相关链接
下载源码包 ruby-with-advisory-lock:
- [ruby-with-advisory-lock_5.1.0-4.debian.tar.xz]
- [ruby-with-advisory-lock_5.1.0-4.dsc]
- [ruby-with-advisory-lock_5.1.0.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Advisory locking (mutexes) for ActiveRecord when used with MySQL or PostgreSQL
WithAdvisoryLock adds advisory locking (mutexes) to ActiveRecord 6.0+, with ruby 2.7+, jruby or truffleruby, when used with MySQL or PostgreSQL. SQLite resorts to file locking.
An advisory lock is a mutex used to ensure no two processes run some process at the same time. When the advisory lock is powered by your database server, as long as it isn't SQLite, your mutex spans hosts.
其他与 ruby-with-advisory-lock 有关的软件包
|
|
|
|
-
- dep: ruby-activerecord (>= 2:6.1)
- object-relational mapper framework (part of Rails)
-
- dep: ruby-zeitwerk (>= 2.6)
- Efficient and thread-safe constant autoloader