Mon, 27 Apr 2026 16:12:08 CST | login

Information for build perl-IPC-SharedCache-1.3-1.oc9

ID25518
Package Nameperl-IPC-SharedCache
Version1.3
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-IPC-SharedCache.git?.#c361ddab74350f0aab22d2eb95449a00322cd109
SummaryPerl module to manage a cache in SysV IPC shared memory
DescriptionThis 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.
Built byfanjunkong
State complete
Volume DEFAULT
StartedThu, 25 Jul 2024 20:46:25 CST
CompletedThu, 25 Jul 2024 20:47:29 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-IPC-SharedCache.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-IPC-SharedCache.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-2504-build
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-IPC-SharedCache-1.3-1.oc9.src.rpm (info) (download)
noarch
perl-IPC-SharedCache-1.3-1.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.3-1 - initial build