memcached 1.6.16-1build1 source package in Ubuntu

Changelog

memcached (1.6.16-1build1) kinetic; urgency=medium

  * No-change rebuild against libevent-2.1-7a (LP: #1990941)

 -- Benjamin Drung <email address hidden>  Fri, 07 Oct 2022 19:53:40 +0200

Upload details

Uploaded by:
Benjamin Drung
Uploaded to:
Kinetic
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.6.16.orig.tar.xz 765.0 KiB 5b322326b10de789211a252e10ca72c08d3a0617591707f7cb7670749937d6bd
memcached_1.6.16-1build1.debian.tar.xz 16.4 KiB a3f3fccf85426616a43fc1012acf3f3c8f50a9d4643678d91ba94aee9b1045a8
memcached_1.6.16-1build1.dsc 2.1 KiB accbcd38e4fc9f464c18ecc19a0a59b3115db807e5dc87a51ab88c5e6a56a8f8

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