软件包: libdbix-class-optimisticlocking-perl (0.02-5)
libdbix-class-optimisticlocking-perl 的相关链接
Trisquel 的资源:
下载源码包 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]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- 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