Paketname | memcached |
Beschreibung | A high-performance memory object caching system |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.4.5-1 |
Sektion | web |
Priorität | optional |
Installierte Größe | 244 Byte |
Hängt ab von | libc6 (>= 2.3.6-6~), libevent-1.4-2 (>= 1.4.13-stable), perl, lsb-base (>= 3.2-13) |
Empfohlene Pakete | |
Paketbetreuer | David MartÃnez Moreno |
Quelle | |
Paketgröße | 71068 Byte |
Prüfsumme MD5 | c181dc0aa4294f35eaf0ac0e94715004 |
Prüfsumme SHA1 | ca37c930a6f8628bdbd59e287275ec1a0d85318e |
Prüfsumme SHA256 | f1e78b57547d2737fcd7c3f2871fdb6171b461f04724f677167b47d70f65a7f6 |
Link zum Herunterladen | memcached_1.4.5-1_i386.deb |
Ausführliche Beschreibung | Danga Interactive developed memcached to enhance the speed of LiveJournal.com,
a site which was already doing 20 million+ dynamic page views per day for 1
million users with a bunch of webservers and a bunch of database servers.
memcached dropped the database load to almost nothing, yielding faster page
load times for users, better resource utilization, and faster access to the
databases on a memcache miss.
.
memcached optimizes specific high-load serving applications that are designed
to take advantage of its versatile no-locking memory access system. Clients
are available in several different programming languages, to suit the needs
of the specific application. Traditionally this has been used in mod_perl
apps to avoid storing large chunks of data in Apache memory, and to share
this burden across several machines.
|