memcached 1.4.10-0ubuntu1 source package in Ubuntu

Changelog

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

  * New upstream release
    - Multiple bug fixes
    - General work on performance improvement
    - Improvements in speed between 3 and 6 worker threads
 -- Scott Kitterman <email address hidden>   Tue, 20 Dec 2011 11:10:01 -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.10.orig.tar.gz 304.6 KiB 2cc3de341b561464da29fc5d5e2a4facc0f6aafc151f0e1d94228705e0758fdf
memcached_1.4.10-0ubuntu1.diff.gz 11.4 KiB 82f5df882387fb69a09cee881306b663a5bdc54baeb65ea4eff1b01c24ee9c24
memcached_1.4.10-0ubuntu1.dsc 1.1 KiB f05efc4d7d877be11017d7635bdede3276cc6a5a318431b44019c8ed128cc2b1

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.