[ ソース: libdbix-class-optimisticlocking-perl ]
パッケージ: libdbix-class-optimisticlocking-perl (0.02-5)
libdbix-class-optimisticlocking-perl に関するリンク
Debian の資源:
libdbix-class-optimisticlocking-perl ソースパッケージをダウンロード:
- [libdbix-class-optimisticlocking-perl_0.02-5.dsc]
- [libdbix-class-optimisticlocking-perl_0.02.orig.tar.gz]
- [libdbix-class-optimisticlocking-perl_0.02-5.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
Optimistic locking support for DBIx::Class
Optimistic locking is an alternative to using exclusive locks when you have the possibility of concurrent, conflicting updates in your database. The basic principle is you allow any and all clients to issue updates and rather than preemptively synchronizing all data modifications (which is what happens with exclusive locks) you are "optimistic" that updates won't interfere with one another and the updates will only fail when they do in fact interfere with one another.
その他の libdbix-class-optimisticlocking-perl 関連パッケージ
|
|
|
|
-
- dep: libdbix-class-perl (>= 0.08195)
- extensible and flexible object <-> relational mapper
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語