A high-performance, distributed memory object caching system
Memcached is a high-performance, distributed memory object caching
system, generic in nature, but intended for use in speeding up dynamic
web applications by alleviating database load.
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.
- Developed at network:utilities
- Sources inherited from project openSUSE:Factory
-
11
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/memcached && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
harden_memcached.service.patch | 0000000791 791 Bytes | |
memcached-1.6.23.tar.gz | 0001166511 1.11 MB | |
memcached-rpmlintrc | 0000000041 41 Bytes | |
memcached.changes | 0000043221 42.2 KB | |
memcached.service | 0000000586 586 Bytes | |
memcached.spec | 0000004625 4.52 KB | |
memcached.sysconfig | 0000000732 732 Bytes | |
system-user-memcached.conf | 0000000138 138 Bytes |
Revision 63 (latest revision is 66)
Ana Guerrero (anag+factory)
accepted
request 1142602
from
Marcus Rueckert (darix)
(revision 63)
Forwarded request #1142485 from dirkmueller - update to 1.6.23: * https://github.com/memcached/memcached/wiki/ReleaseNotes1623 - fixes [bsc#1216699] (CVE-2023-46852) * proxy: add memory accounting tracking * Meta protocol has some adjusments: extra spaces were * extstore: make defaults more aggressive * Fix error message on conflicting ports while using '-l' * core: remove cdefs include from queue.h * The total number of UDP datagrams required for the message is calculated * The meta protocol can now transmit binary encoded keys by encoding the * Fix TCP failure under OS X. - Mention that this stream isn't affected by bsc#1085209, - Replace references to /var/adm/fillup-templates with new * Please read the news at * issue#370 : slab re-balance is not thread-safe in function - update to 1.4.20 - freshed memcached-autofoo.patch * Reduce odds of getting OOM errors in some odd cases - Update to version 1.4.14 * Better detection of sasl_callback_ft * fix slabs_reassign tests on 32bit hosts * Fix to build with cyrus sasl 2.1.25 * Slab page reassignment and bug fixes over 1.4.10. * Allow all tests to run as root * Fix -c so maxconns can be raised above default. * Fix compile error on OS X * Issue 200 : Don't fire dtrace probe as the last thing in a function * Fix compilation issue on Solaris 9 wrt isspace() macro - Resolves issue 111
Comments 0