memcached 1.4.13-0ubuntu1 source package in Ubuntu

Changelog

memcached (1.4.13-0ubuntu1) precise; urgency=low

  * New upstream release.
  * Refreshed patches
  * d/p/50_add_init_retry.patch: use --retry to wait up to 5 seconds
    for memcached to die. (LP: #795673)
  * d/rules: run test suite on build (LP: #586632)
 -- Clint Byrum <email address hidden>   Thu, 09 Feb 2012 15:35:15 -0800

Upload details

Uploaded by:
Clint Byrum
Uploaded to:
Precise
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.13.orig.tar.gz 313.2 KiB cb0b8b87aa57890d2327906a11f2f1b61b8d870c0885b54c61ca46f954f27e29
memcached_1.4.13-0ubuntu1.diff.gz 11.7 KiB 7fa4a5b4345b8a13f7f8b64d66a619dcc810d36ad4494a9caab16c99adc4f911
memcached_1.4.13-0ubuntu1.dsc 1.5 KiB 39970df5593877436a19367d4b66a084a565fd8a71d1aa671be3bd792efcc462

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.