memcached 1.5.4-1ubuntu1 source package in Ubuntu

Changelog

memcached (1.5.4-1ubuntu1) bionic; urgency=low

  * Merge with Debian unstable.
    - Fixes build failure with gcc-7; LP: #1724856.
  * Remaining changes:
    - added patch to show distribution on version
    - Force alignment on in configure.ac
    - disable unreliable test.

 -- Timo Aaltonen <email address hidden>  Thu, 01 Mar 2018 16:58:09 +0200

Upload details

Uploaded by:
Timo Aaltonen
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
memcached_1.5.4.orig.tar.gz 438.3 KiB e0c3cfa89fa4c2ffd8aa45df7825c6d1a2423ac89ab1a7c4f42bb9803f7403d4
memcached_1.5.4-1ubuntu1.debian.tar.xz 17.7 KiB 8725830f2d09878e484c6977f44804affdd5a06c33a1ed1649beb2ee6eaa4968
memcached_1.5.4-1ubuntu1.dsc 2.0 KiB 5505b3bc4b26643b04a5513a284e17bb7018b53d9c574be16a2cf9c3aeef3203

Available diffs

View changes file

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