memcached 1.5.6-0ubuntu1 source package in Ubuntu

Changelog

memcached (1.5.6-0ubuntu1) bionic; urgency=medium

  * New upstream bugfix release (LP: #1753839).
  * d/p/disable-udp-by-default.patch: drop (now upstream).
  * d/p/02_service_wrapper.patch: refresh to remove fuzz.
  * d/p/restore-systemd-sandboxing: restore sandboxing in memcached.service
    removed by upstream in 1.5.6 to avoid feature regression (LP: #1755460).

 -- Robie Basak <email address hidden>  Tue, 13 Mar 2018 09:59:06 +0000

Upload details

Uploaded by:
Robie Basak
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main web

Downloads

File Size SHA-256 Checksum
memcached_1.5.6.orig.tar.gz 441.4 KiB 9675ee859d7d81f7a950f190a6812720b26f08228d356044ec517d4d5af25f03
memcached_1.5.6-0ubuntu1.debian.tar.xz 18.7 KiB c5f6402c978bc4f65fd6ce728e389d02854e1c42e5e75fe3800fc19586a5085c
memcached_1.5.6-0ubuntu1.dsc 2.0 KiB 2bcd8f473827d7679ad83a4ef8ac9fd97317b7137fe777649c172c7e6289272e

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