memcached 1.6.18-1 source package in Ubuntu
Changelog
memcached (1.6.18-1) unstable; urgency=medium * New upstream release. (Closes: #1028497) * Refresh patches. -- Chris Lamb <email address hidden> Thu, 12 Jan 2023 00:02:22 +0000
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | main | web |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
memcached_1.6.18-1.dsc | 2.0 KiB | 0bd1bdc252f699ef4bcf083b39650a18b11e8d4aed8564bd702a7092d392b1f7 |
memcached_1.6.18.orig.tar.xz | 776.9 KiB | 35872bd25f8d29d7cc2072d23e74344530891bfd0aa4f4f64184a8ae7291164b |
memcached_1.6.18-1.debian.tar.xz | 16.4 KiB | 974629ee6bfc81cdb7ca89ec922290399979aa145dcef8034b2fc6403532f3df |
Available diffs
- diff from 1.6.17-1 to 1.6.18-1 (37.2 KiB)
No changes file available.
Binary packages built by this source
- memcached: High-performance in-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.
- memcached-dbgsym: debug symbols for memcached