memcached 1.4.13-0ubuntu2 source package in Ubuntu
Changelog
memcached (1.4.13-0ubuntu2) precise; urgency=low * Fix FTBFS due to racey test case: - d/patches/50_fix_racey_test.patch: Cherry picked patch from upstream bug tracker which endeavours to avoid the race condition. Thanks to Clint Byrum for this fix. -- James Page <email address hidden> Wed, 04 Apr 2012 17:21:16 +0100
Upload details
- Uploaded by:
- James Page
- Uploaded to:
- Precise
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- web
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | main | web |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
memcached_1.4.13.orig.tar.gz | 313.2 KiB | cb0b8b87aa57890d2327906a11f2f1b61b8d870c0885b54c61ca46f954f27e29 |
memcached_1.4.13-0ubuntu2.diff.gz | 12.3 KiB | 47d352c160b39ea5d451e72be25f44470b7bd77e9ca9e227900de4cd7408381c |
memcached_1.4.13-0ubuntu2.dsc | 1.8 KiB | 9e20fb01a6ae9651f66341606579a0998cc6a490213c8d3c0df042ee97a3b5c5 |
Available diffs
- diff from 1.4.13-0ubuntu1 to 1.4.13-0ubuntu2 (1010 bytes)
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.