memcached 1.6.28-1 source package in Ubuntu

Changelog

memcached (1.6.28-1) unstable; urgency=medium

  * New upstream release.

 -- Chris Lamb <email address hidden>  Tue, 04 Jun 2024 08:32:09 +0100

Upload details

Uploaded by:
lamby
Uploaded to:
Sid
Original maintainer:
lamby
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main web

Downloads

File Size SHA-256 Checksum
memcached_1.6.28-1.dsc 2.0 KiB 2ef3b57059c71efd4270259afc0c01922d588819febe1d5c34635983730d8e2e
memcached_1.6.28.orig.tar.xz 847.6 KiB 6446d9a606a503881d35adf1f307a2d0f0f5c9dcfa76f8881176e5e7b58d1e50
memcached_1.6.28-1.debian.tar.xz 16.4 KiB a4c61b4964a4c121517f6a2649efff6b3195953eae73b1ced6ab7ec665461ee1

Available diffs

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