Memcached 1.4.10 发布
时间:2011-11-11 来源:开源中国社区
下载地址:
http://memcached.googlecode.com/files/memcached-1.4.10.tar.gz
该版本主要侧重于线程可伸缩性以及性能方面的提升,同时修复了如下 bug:
- Disable issue 140 's test.
- Push cache_lock deeper into item_alloc
- Use item partitioned lock for as much as possible
- Remove the depth search from item_alloc
- Move hash calls outside of cache_lock
- Use spinlocks for main cache lock
- Remove uncommon branch from asciiprot hot path
- Allow all tests to run as root
memcached是一套分布式的快取系统,当初是Danga Interactive为了LiveJournal所发展的,但目前被许多软件(如MediaWiki)所使用。这是一套开放源代码软件,以BSD license授权释出。
相关阅读 更多 +