Name: | perl-Cache-FastMmap |
---|---|
Version: | 1.40 |
Release: | 9.el7 |
Architecture: | x86_64 |
Group: | Development/Libraries |
Size: | 99246 |
License: | GPL+ or Artistic |
RPM: | perl-Cache-FastMmap-1.40-9.el7.x86_64.rpm |
Source RPM: | perl-Cache-FastMmap-1.40-9.el7.src.rpm |
Build Date: | Fri Nov 03 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Cache-FastMmap/ |
Summary: | Uses an mmap'ed file to act as a shared memory interprocess cache |
Description: | In multi-process environments (eg mod_perl, forking daemons, etc), it's common to want to cache information, but have that cache shared between processes. Many solutions already exist, and may suit your situation better. |