内容简介:memcached 1.4.37 发布,集中式缓存系统
memcached 1.4.37 发布了,带来了很多小修复和一个新的脚本 (scripts/memcached-automove) 。
memcached 是一套高性能、分布式内存对象缓存系统,通用性质,旨在用于通过减轻数据库负载加快动态 Web 应用。
详细更新内容:
修复
-
LRU crawler: avoid running infinitely.
-
fix very old memory leak in ASCII multigets. (when using multiget
getsand keys after the first one are >255 characters) -
remove old slab mover example script.
-
fix crash in page mover while using large items
-
automover algo python script
-
avoid segfault if idle_timeout value is missing.
-
fix rare crash in LRU crawler
-
sleep more aggressively in some threads
-
don't overflow item refcount on get
-
fix solaris compilation error
-
usability fix for cache_memlimit command
-
fix verbose print for idle-kicker
-
disable refhang.t test due to flakiness
-
fix ordering issue in conn dispatch (prevents potential hangups)
新特性
-
LRU crawler scheduling improvements
下载地址:
http://www.memcached.org/files/memcached-1.4.37.tar.gz
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- RXThinkCMF_TP6 v2.9.3 旗舰版发布,增强底层缓存功能,可动态配置模块缓存
- Elasticsearch 7.11.2 发布,提升缓存效率
- Ehcache 3.4.0 发布,Java 缓存框架
- Ehcache 3.5.0 发布,Java 缓存框架
- Ehcache 3.5.1 发布,Java 缓存框架
- Ehcache 3.5.2 发布,Java 缓存框架
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
How to Solve It
Zbigniew Michalewicz、David B. Fogel / Springer / 2004-03-01 / USD 59.95
This book is the only source that provides comprehensive, current, and detailed information on problem solving using modern heuristics. It covers classic methods of optimization, including dynamic pro......一起来看看 《How to Solve It》 这本书的介绍吧!