套件: libdbix-class-optimisticlocking-perl (0.02-4)
libdbix-class-optimisticlocking-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libdbix-class-optimisticlocking-perl:
- [libdbix-class-optimisticlocking-perl_0.02-4.dsc]
- [libdbix-class-optimisticlocking-perl_0.02.orig.tar.gz]
- [libdbix-class-optimisticlocking-perl_0.02-4.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- Hideki Yamane
外部的資源:
- 主頁 [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's Practical Extraction and Report Language