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 |
---|---|---|
memcached-1.6.5.tar.gz | 0000539962 527 KB | |
memcached-rpmlintrc | 0000000041 41 Bytes | |
memcached.changes | 0000029137 28.5 KB | |
memcached.init | 0000010678 10.4 KB | |
memcached.service | 0000000214 214 Bytes | |
memcached.spec | 0000004948 4.83 KB | |
memcached.sysconfig | 0000000732 732 Bytes |
Revision 46 (latest revision is 66)
Dominique Leuenberger (dimstar_suse)
accepted
request 795535
from
Marcus Meissner (msmeissn)
(revision 46)
- update to version 1.6.5 https://github.com/memcached/memcached/wiki/ReleaseNotes165 - drop link_sasl.patch issue is fixed - dropped 635.patch and 634.patch: in 1.6.5 release - update to version 1.6.4 https://github.com/memcached/memcached/wiki/ReleaseNotes163 https://github.com/memcached/memcached/wiki/ReleaseNotes164 - drop patches as they are included in the update: https://github.com/memcached/memcached/pull/634 https://github.com/memcached/memcached/pull/635 - added link_sasl.patch: it seems libsasl2 wasnt linked which lead to undefined references - disable extstore also on ppc(64) - limit tls support to 15 and above - disable lto until the 2 settings structs are resolved
Comments 0