Name: | perl-IPC-SharedCache |
---|---|
Version: | 1.3 |
Release: | 21.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 72070 |
License: | GPLv2+ |
RPM: | perl-IPC-SharedCache-1.3-21.el7.noarch.rpm |
Source RPM: | perl-IPC-SharedCache-1.3-21.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/IPC-SharedCache/ |
Summary: | Perl module to manage a cache in SysV IPC shared memory |
Description: | This module provides a shared memory cache accessed as a tied hash. Shared memory is an area of memory that is available to all processes. It is accessed by choosing a key, the ipc_key argument to tie. Every process that accesses shared memory with the same key gets access to the same region of memory. In some ways it resembles a file system, but it is not hierarchical and it is resident in memory. This makes it harder to use than a filesystem but much faster. The data in shared memory persists until the machine is rebooted or it is explicitly deleted. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Perl 5.16 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Perl mass rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- 661697 rebuild for fixing problems with vendorach/lib
- apply Debian patch for tests, which fix problem of HTML::Template
- Mass rebuild with perl-5.12.0
- rebuild against perl 5.10.1