memcached 1.4.14-0ubuntu4 source package in Ubuntu

Changelog

memcached (1.4.14-0ubuntu4) saucy; urgency=low

  * Move dh_quilt_apply into configure step so that config.{sub,guess}
    patches get applied before running configure. (LP: #1218114)
 -- dann frazier <email address hidden>   Thu, 29 Aug 2013 20:28:20 -0400

Upload details

Uploaded by:
dann frazier
Sponsored by:
Mathieu Trudel-Lapierre
Uploaded to:
Saucy
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-0ubuntu4.diff.gz 26.2 KiB ba06eb6c48afe474b6f6858ace893bfc82072f8e76daab8c971317daabb99881
memcached_1.4.14-0ubuntu4.dsc 1.9 KiB 6643236a851e3052a5ae82a3a81e250b54bea1612eb220101b6759376679eb56

Available diffs

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.