memcached 1.4.14-0ubuntu8 source package in Ubuntu

Changelog

memcached (1.4.14-0ubuntu8) trusty; urgency=low

  * Revert unnecessary deltas added to patches compared to Debian.
  * Revert use of dh-autoreconf and patch configure manually to
    match configure.ac, as this package despises modern autotools.
 -- Adam Conrad <email address hidden>   Thu, 14 Nov 2013 23:16:44 +0000

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Trusty
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.4.14.orig.tar.gz 313.7 KiB f2e2ad8ee8d256f2c3748d7f741dcddfd0ab6bdece6fa1c18484e83f311156ef
memcached_1.4.14-0ubuntu8.diff.gz 27.5 KiB 9d8cdbeb28835d427fae6e7128402069efb7e399f2ecb5d4cadad831ac7b0e4a
memcached_1.4.14-0ubuntu8.dsc 1.2 KiB a227766f879241bdf3396d31aab0765377ecfb2c7fbe9b8b8a4750178bf75355

View changes file

Binary packages built by this source

memcached: A 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.