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.14.tar.gz | 0001034514 1010 KB | |
memcached-rpmlintrc | 0000000041 41 Bytes | |
memcached.changes | 0000034977 34.2 KB | |
memcached.init | 0000010678 10.4 KB | |
memcached.service | 0000000587 587 Bytes | |
memcached.spec | 0000005183 5.06 KB | |
memcached.sysconfig | 0000000732 732 Bytes | |
system-user-memcached.conf | 0000000138 138 Bytes |
Revision 54 (latest revision is 66)
Dominique Leuenberger (dimstar_suse)
accepted
request 956355
from
Marcus Rueckert (darix)
(revision 54)
- update to 1.6.14: * tests: workaround for t/watcher.t race * restart: fix typo in error message * Extend extbuf in try_read_command_binary function * tests: repair race in maxconns.t test * Fix integer overflow in hashsize calculation causing hang on huge hash tables * meta: add "proxy tokens" P, L which are ignored * core: fix large pages detection on redhat distros * Fix error message on conflicting ports while using '-l' - update to 1.6.13: * core: make object cache LIFO * meta: protocol.txt updates for CAS return * meta: fix meta delete * meta: fix CAS ('c') return values * core: fix use-after-free for text multigets * Replace OPENSSL_VERSION_NUMBER check with defined(TLS1_3_VERSION) check for TLS v1.3 compatibility * Fix full unit test suite under test_tls * Track store errors in thread stats * Fix for failing tests on OS X * extstore: avoid looping IO queues on submission * tests: maxconns test when extstore enabled * core: remove cdefs include from queue.h
Comments 0