软件包: libcache-mmap-perl (0.09-3ubuntu1) [universe]
libcache-mmap-perl 的相关链接
Ubuntu 的资源:
下载源码包 libcache-mmap-perl:
- [libcache-mmap-perl_0.09-3ubuntu1.dsc]
- [libcache-mmap-perl_0.09.orig.tar.gz]
- [libcache-mmap-perl_0.09-3ubuntu1.diff.gz]
维护者:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainers (usually from Debian):
- Debian Perl Group (Mail Archive)
- Jonas Genannt
It should generally not be necessary for users to contact the original maintainer.
相似软件包:
Shared data cache using memory mapped files
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.
其它与 libcache-mmap-perl 有关的软件包
|
|
|
-
- dep: libc6 (>= 2.5-0ubuntu1)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: perl (>= 5.8.8-7)
- Larry Wall 的实用抽取和报表语言(Practical Extraction and Report Language)
-
- dep: perlapi-5.8.8
- 本虚包由这些包填实: perl-base