memcached 1.5.4-1ubuntu2 source package in Ubuntu
Changelog
memcached (1.5.4-1ubuntu2) bionic; urgency=medium * rules: Disable tests on armhf, they hang the build. -- Timo Aaltonen <email address hidden> Thu, 01 Mar 2018 18:50:25 +0200
Upload details
- Uploaded by:
- Timo Aaltonen
- Uploaded to:
- Bionic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- web
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
memcached_1.5.4.orig.tar.gz | 438.3 KiB | e0c3cfa89fa4c2ffd8aa45df7825c6d1a2423ac89ab1a7c4f42bb9803f7403d4 |
memcached_1.5.4-1ubuntu2.debian.tar.xz | 17.8 KiB | a10b06727f002033e576c3a8bf17e563dd84d03bb1083115f5ea15c8808c9a6a |
memcached_1.5.4-1ubuntu2.dsc | 2.0 KiB | 6995d42f58d917fb1d6b834ac9b470666c15f493006ae8f8b10e4c585d7eb20c |
Available diffs
- diff from 1.4.33-1ubuntu3 to 1.5.4-1ubuntu2 (126.1 KiB)
- diff from 1.5.4-1ubuntu1 to 1.5.4-1ubuntu2 (502 bytes)
Binary packages built by this source
- memcached: high-performance memory object caching system
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.
- memcached-dbgsym: debug symbols for memcached