Name: | perl-Cache-FastMmap |
---|---|
Version: | 1.48 |
Release: | 4.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 142850 |
License: | GPL+ or Artistic |
RPM: | perl-Cache-FastMmap-1.48-4.el8.aarch64.rpm |
Source RPM: | perl-Cache-FastMmap-1.48-4.el8.src.rpm |
Build Date: | Thu Mar 19 2020 |
Build Host: | ca-arm-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/pod/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. |