| Name: | perl-Cache-FastMmap |
|---|---|
| Version: | 1.57 |
| Release: | 2.el9 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 140764 |
| License: | GPL+ or Artistic |
| RPM: | perl-Cache-FastMmap-1.57-2.el9.aarch64.rpm |
| Source RPM: | perl-Cache-FastMmap-1.57-2.el9.src.rpm |
| Build Date: | Mon Jun 06 2022 |
| Build Host: | build-ol9-aarch64.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. |