[ bianca ]
[ Bron: ruby-with-advisory-lock ]
Pakket: ruby-with-advisory-lock (5.1.0-4)
Verwijzigingen voor ruby-with-advisory-lock
Het bronpakket ruby-with-advisory-lock downloaden:
- [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]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan ruby-with-advisory-lock gerelateerde pakketten
|
|
|
|
-
- dep: ruby-activerecord (>= 2:6.1)
- object-relational mapper framework (part of Rails)
-
- dep: ruby-zeitwerk (>= 2.6)
- Efficient and thread-safe constant autoloader