memcached 1.4.9-0ubuntu1 source package in Ubuntu

Changelog

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

  * New upstream release
    - Drop debian/patches/04_fix_double_fork_in_start-memcached.patch since
      it is included in this release
 -- Scott Kitterman <email address hidden>   Tue, 18 Oct 2011 11:16:01 -0400

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.9.orig.tar.gz 304.3 KiB 854a5fa6dfde478d1bb440498e378bd073f303d51bb82c611001eecdec9b4a79
memcached_1.4.9-0ubuntu1.diff.gz 11.3 KiB f0803bdd9348867f1ba96d1fdbc375615d015df1c2f7ab6cf8fd4098408bca04
memcached_1.4.9-0ubuntu1.dsc 1.1 KiB d2184ec5b8bdd3ba1cc79a67bcc1c904643f8ff2a395e93baa462ef81e62a003

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.