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-14m.mo8.noarch [13 KiB] |
Changelog
by NARITA Koichi (2011-10-05):
- (0.06-14m) - rebuild against perl-5.14.2 |