NOTICE: This package has been removed from pkgsrc

./wip/p5-Cache-FastMmap, Shared memory cache through an mmaped file

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.09, Package name: p5-Cache-FastMmap-1.09, Maintainer: hiramatu

A shared memory cache through an mmap'ed file. Its core is written
in C for performance. It uses fcntl locking to ensure multiple
processes can safely access the cache at the same time. It uses
a basic LRU algorithm to keep the most used entries in the cache.


Master sites: (Expand)

SHA1: bea11a393f9b377ae300b692dc237efd6dfb4475
RMD160: b53d5c564a8cdd49eb17ba359af7b902fe57eaf2
Filesize: 35.425 KB

Version history: (Expand)


CVS history: (Expand)


   2008-05-30 14:19:58 by abs | Files touched by this commit (16) | Package removed
Log message:
Update for packages which are now in main pkgsrc
   2006-01-25 03:01:30 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Updated to 1.09.

1.09  Thu Feb  7 15:50 2005
  - add get_and_set() routine to allow atomic reading and
    writing of a cache value (thanks to Sreeji Das)
  - fix some tests
   2005-08-05 04:55:30 by Hiramatsu Yoshifumi | Files touched by this commit (4) | Imported package
Log message:
A shared memory cache through an mmap'ed file. Its core is written
in C for performance. It uses fcntl locking to ensure multiple
processes can safely access the cache at the same time. It uses
a basic LRU algorithm to keep the most used entries in the cache.