Pakket: libdbix-class-optimisticlocking-perl (0.02-2)
Verwijzigingen voor libdbix-class-optimisticlocking-perl
Trisquel bronnen:
Het bronpakket libdbix-class-optimisticlocking-perl downloaden:
- [libdbix-class-optimisticlocking-perl_0.02-2.dsc]
- [libdbix-class-optimisticlocking-perl_0.02.orig.tar.gz]
- [libdbix-class-optimisticlocking-perl_0.02-2.debian.tar.xz]
Beheerder:
Original Maintainers:
- Debian Perl Group (Mailarchief)
- Hideki Yamane
Externe bronnen:
- Homepage [metacpan.org]
Vergelijkbare pakketten:
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.
Andere aan libdbix-class-optimisticlocking-perl gerelateerde pakketten
|
|
|
-
- dep: libdbix-class-perl (>= 0.08195)
- extensible and flexible object <-> relational mapper
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language