memcached 1.6.24-1build2 source package in Ubuntu

Changelog

memcached (1.6.24-1build2) noble; urgency=medium

  * No-change rebuild against libevent-2.1-7t64

 -- Simon Chopin <email address hidden>  Fri, 29 Mar 2024 17:27:13 +0100

Upload details

Uploaded by:
Simon Chopin
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
memcached_1.6.24.orig.tar.xz 828.9 KiB 5fd0cecf765065ffeddd06698cff76d82a23b42d8927a93d2152948f07d37753
memcached_1.6.24-1build2.debian.tar.xz 16.5 KiB fbf0a028a8604637fdc107a8f86c736a690121265fdee8fd73664d5c7547d519
memcached_1.6.24-1build2.dsc 1.9 KiB d8dbfc4e2b777aec9268e35d6ca8d80ac2fc6c73e79cb9af97a2d8df89e6a61f

Available diffs

View changes file

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