• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H15-Apr-2008-347259

ChangesH A D15-Apr-20083.4 KiB9778

MANIFESTH A D30-Oct-2003224 1716

META.ymlH A D15-Apr-2008442 1513

Makefile.PLH A D15-Apr-20081.5 KiB5835

Mmap.pmH A D15-Apr-200827.8 KiB1,102535

Mmap.xsH A D15-Nov-20052 KiB12798

READMEH A D15-Apr-20081 KiB3324

TodoH A D03-Nov-2003902 2818

cmmtestH A D23-Dec-20032 KiB9777

ppport.hH A D15-Apr-200814.4 KiB541271

typemapH A D31-Dec-200111 21

README

1This module provides a shared cache, using a memory mapped file. Very useful
2for mod_perl applications. If routines are provided which interact with the
3underlying data, access to the cache is completely transparent, and the module
4handles all the details of refreshing cache contents, and updating underlying
5data, if necessary.
6
7Changes between versions 0.10 and 0.11
8  Add 0.10's changes to this list
9
10Changes between versions 0.09 and 0.10
11  Check perl's version number in a way that works on perl 5.10
12
13Changes between versions 0.081 and 0.09
14  Behave correctly on systems which don't allow mmap()ing of locked files
15  Minor documentation improvements
16
17
18INSTALLING
19What you need to install this module:
20	Storable module
21	Test::More module (only used during testing)
22How to install
23	perl Makefile.PL
24	make
25	make install
26
27
28$Id: README,v 1.10 2008/04/15 09:47:46 pmh Exp $
29
30Copyright (C) Institute of Physics Publishing 2002-2008
31You may distribute under the terms of the GPL or the Artistic License,
32as distributed with Perl.
33