DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibcache-mmap-perl
BeschreibungShared data cache using memory mapped files
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.11-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe124 Byte
Hängt ab vonlibc6 (>= 2.1.3), perl (>= 5.10.0-9), perlapi-5.10.0
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße25270 Byte
Prüfsumme MD5056aaf0d023441ee4f33f1152089d27f
Prüfsumme SHA17ba210166af86adf8f16f1da47730f53d0236671
Prüfsumme SHA25618493205197b176c54ffa9132178b9801a142ca808c26b7cf246f74928fc8ea4
Link zum Herunterladenlibcache-mmap-perl_0.11-1_i386.deb
Ausführliche BeschreibungThis 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.


Impressum
Linux is a registered trademark of Linus Torvalds