[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#839398: ITP: libdbix-class-optimisticlocking-perl -- Optimistic locking support for DBIx::Class



Package: wnpp
Severity: wishlist
Owner: Hideki Yamane <henrich@debian.org>

* Package name    : libdbix-class-optimisticlocking-perl
  Version         : 0.02
  Upstream Author : Brian Phillips <bphillips@cpan.org>
* URL             : https://metacpan.org/release/DBIx-Class-OptimisticLocking
* License         : Artistic or GPL-1+
  Programming Lang: Perl
  Description     : 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.

I'll put this package into Debian repository to introduce openQA (http://open.qa/)


Reply to: