Paketname | libcache-mmap-perl |
Beschreibung | Shared data cache using memory mapped files |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.11-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 124 Byte |
Hängt ab von | libc6 (>= 2.1.3), perl (>= 5.10.0-9), perlapi-5.10.0 |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 25270 Byte |
Prüfsumme MD5 | 056aaf0d023441ee4f33f1152089d27f |
Prüfsumme SHA1 | 7ba210166af86adf8f16f1da47730f53d0236671 |
Prüfsumme SHA256 | 18493205197b176c54ffa9132178b9801a142ca808c26b7cf246f74928fc8ea4 |
Link zum Herunterladen | libcache-mmap-perl_0.11-1_i386.deb |
Ausführliche Beschreibung | This module implements a shared data cache, using memory mapped files.
If routines are provided which interact with the underlying data, access to
the cache is completely transparent, and the module handles all the details of
refreshing cache contents, and updating underlying data, if necessary.
.
Cache entries are assigned to "buckets" within the cache file, depending on
the key. Within each bucket, entries are stored approximately in order of last
access, so that frequently accessed entries will move to the head of the
bucket, thus decreasing access time. Concurrent accesses to the same bucket are
prevented by file locking of the relevant section of the cache file.
|