緊急發布xmemcached 1.3.5
xmemcached緊急發布1.3.5版本,主要是修複兩個相對嚴重的bug:Issue 154: 在重連本地memcached的時候,有可能出現重連無法成功的情況,導致連接丟失,詳情見這裏。
Issue 155: 重連導致文件句柄數超過限製的bug,這是由於重連失敗情況下沒有合理關閉socket引起的,詳情見這裏。
如果你使用maven,簡單升級版本即可:
<dependency>
<groupId>com.googlecode.xmemcached</groupId>
<artifactId>xmemcached</artifactId>
<version>1.3.5</version>
</dependency>
<groupId>com.googlecode.xmemcached</groupId>
<artifactId>xmemcached</artifactId>
<version>1.3.5</version>
</dependency>
下載地址:https://code.google.com/p/xmemcached/downloads/list
此版本推薦升級,最後感謝兩位老外開發者的幫助: ilkinulas和MrRubato
文章轉自莊周夢蝶 ,原文發布時間2011-10-01
最後更新:2017-05-18 20:31:41