memcached 1.4.11-0ubuntu1 source package in Ubuntu

Changelog

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

  * New upstream release
    - Fix race condition issue introduced in 1.4.10
    - Multiple other bug fixes
    - Initial (beta - API may change) implementation of slab reassingment
 -- Scott Kitterman <email address hidden>   Sun, 22 Jan 2012 14:12:32 -0500

Upload details

Uploaded by:
Scott Kitterman
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.11.orig.tar.gz 312.2 KiB e3dcc4ff29d2b3f3c66f2b5b95a1bcef0163a65b588d6ba92a56cd6c8d73e83e
memcached_1.4.11-0ubuntu1.diff.gz 11.4 KiB 1bd87d206bb207de9644814e9ecb6dc7eb1f1b4a94088aed94079cda4c8e1fb4
memcached_1.4.11-0ubuntu1.dsc 1.1 KiB 8baf5b04c66b49fcf2bd9aed2f4076bdc9e9e67cc85664ea6cf751fb77fcd2a5

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.