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 Requirements

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

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