You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Peter Haworth <pm...@edison.ioppublishing.com> on 2001/06/07 20:04:57 UTC

[ANNOUNCE] Cache::Mmap 0.02

This release contains a bug fix for an infinite loop which could occur in
version 0.01 when automatic expiry of cache entries was enabled. The cause
and symptoms have both been fixed.

Cache::Mmap - Shared cache using memory mapped file

    Cache::Mmap allows you to treat your cache much like a hash. When
    the cache is set up with read (and write/delete) sub refs, the user
    just fetches (and stores/deletes) data from it.

    Cache::Mmap automatically loads new entries into the cache as
    necessary, expires stale cache entries, deletes least recently used
    entries when space is needed and allows for writethrough as well as
    delayed write behaviour.

The uploaded file

    Cache-Mmap-0.02.tar.gz

has entered CPAN as

  file: $CPAN/authors/id/P/PM/PMH/Cache-Mmap-0.02.tar.gz
  size: 9208 bytes
   md5: 0dde9fb797f2001a6bdea9549ebba186

No action is required on your part
Request entered by: PMH (Peter Haworth)
Request entered on: Thu, 07 Jun 2001 17:26:01 GMT
Request completed:  Thu, 07 Jun 2001 17:26:57 GMT

	Virtually Yours,
	Id: paused,v 1.74 2001/05/20 14:59:52 k Exp k 
-- 
	Peter Haworth	pmh@edison.ioppublishing.com
`I wouldn't quite call it "mark-and-sweep", it's more like "nuke-and-pave"'
		-- Matthias Neeracher, talking about perl garbage collection