Download List

项目描述

The IPC::SharedCache Perl 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. Every process that accesses shared memory with the same key gets access to the same region of memory. This module attempts to make shared memory easy to use for one specific application -- a shared memory cache.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:13
1.3

错误修复。
Bug fixes.

2001-01-30 15:13
1.2

在vaildate_callback一个被忽略了有效的关键修正错误。
A critical fix for a bug where vaildate_callback was effectively being ignored.

2001-01-30 15:13
1.1

错误修正了。
Bug fixes were made.

2001-01-30 15:13
1.0

最初的版本。
Initial release.

Project Resources