Paketname | libcache-memcached-fast-perl |
Beschreibung | Perl client for memcached, in C language |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.19-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 224 Byte |
Hängt ab von | perl (>= 5.10.1-12), perlapi-5.10.1, libc6 (>= 2.4) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 71218 Byte |
Prüfsumme MD5 | 0909d0a4a60ed85ac2215a2d46c3db9b |
Prüfsumme SHA1 | e5c0cf0efc7cf03e87f786be8c23edbe38a1421c |
Prüfsumme SHA256 | 3dd7f193d754e3c105c2e414b938c1e57aae66aa8ddfca0aa6324fd575cee219 |
Link zum Herunterladen | libcache-memcached-fast-perl_0.19-1_i386.deb |
Ausführliche Beschreibung | Cache::Memcahced::Fast is a Perl client for memcached, a memory cache
daemon (http://www.danga.com/memcached/). Module core is implemented in
C and tries hard to minimize number of system calls and to avoid any
key/value copying for speed. As a result, it has very low CPU
consumption.
.
API is largely compatible with Cache::Memcached, original pure Perl
client, most users of the original module may start using this module
by installing it and adding "::Fast" to the old name in their scripts.
|