memcached 1.6.17-1 source package in Ubuntu

Changelog

memcached (1.6.17-1) unstable; urgency=medium

  * New upstream release.
    - Refresh patches.
    - Add pkg-config to Build-Depends.
  * Drop unused UPSTREAM_AUTOCONF_GENERATED_FILES variable.

 -- Chris Lamb <email address hidden>  Thu, 08 Sep 2022 06:52:56 +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

Downloads

File Size SHA-256 Checksum
memcached_1.6.17-1.dsc 2.0 KiB 0efa1a899745b016b8ae49d7aafd122b5c245d83dc2b3f407b3c533fe634e85e
memcached_1.6.17.orig.tar.xz 973.3 KiB f19e57f33729a32d24f89f1c0861143e12f50d3000cde316ead67841ceedcd07
memcached_1.6.17-1.debian.tar.xz 16.3 KiB 776f7ddfba9c4c6e0d11a21ee0e6f1444c1ad6e2f09eddac131376cba3e5036a

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