perl-KeyedMutex - Interprocess keyed mutex
Website: | http://search.cpan.org/dist/KeyedMutex/ |
---|---|
License: | GPL+ or Artistic |
- Description:
KeyedMutex is an interprocess keyed mutex. Its intended use is to prevent sending identical requests to database servers at the same time. By using KeyedMutex, only a single client would send a request to the database, and others can retrieve the result from a shared cache (namely memcached or Cache::Swifty) instead.
Packages
perl-KeyedMutex-0.06-22m.mo8.noarch [13 KiB] |
Changelog
by NARITA Koichi (2014-06-29):
- (0.06-22m) - rebuild against perl-5.20.0 |