memcached 1.4.33-1ubuntu3 source package in Ubuntu

Changelog

memcached (1.4.33-1ubuntu3) artful; urgency=medium

  * No-change rebuild against libevent-2.1-6

 -- Steve Langasek <email address hidden>  Mon, 31 Jul 2017 02:47:12 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Artful
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.4.33.orig.tar.gz 380.7 KiB 83726c8d68258c56712373072abb25a449c257398075a39ec0867fd8ba69771d
memcached_1.4.33-1ubuntu3.debian.tar.xz 16.7 KiB 43873cf27e3cf6bd1afd6fe3cf88ad9ee9a023f41a4ac8c924d169f0aed8d6bb
memcached_1.4.33-1ubuntu3.dsc 2.1 KiB 724a333f665739cc1d3218b5f2b10869191b2aafd3d2c7b026498766b5e3db83

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