memcached 1.5.10-0ubuntu4 source package in Ubuntu

Changelog

memcached (1.5.10-0ubuntu4) focal; urgency=medium

  * No-change rebuild for libevent soname changes.

 -- Matthias Klose <email address hidden>  Sat, 19 Oct 2019 19:56:13 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
memcached_1.5.10.orig.tar.gz 454.3 KiB 494c060dbd96d546c74ab85a3cc3984d009b4423767ac33e05dd2340c01f1c4b
memcached_1.5.10-0ubuntu4.debian.tar.xz 15.0 KiB 1b55d642d202b7965b2421ce99cc095a2cc5eed809ee210ad2b06710aa246504
memcached_1.5.10-0ubuntu4.dsc 2.0 KiB 81921067be47819b9fc590f27950fc8f758b6b00571491ad1ff93ac3eb00fafd

Available diffs

View changes file

Binary packages built by this source

memcached: High-performance in-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