Released version 1.5.1 today. This is a fix for 1.5, which had a bug causing it to loop when all cache servers dropped.
12-17-2006
Released version 1.5 today. Lots of fixes and performance improvements in this one. Should see decreased lock contention. Also fixed a nasty bug w/ failover/failback. No longer bundling up releases for JDK1.4 now that JDK6 is released. If you need 1.4, you can use an older version, or take the source and port back to compile under 1.4.
http://www.whalin.com/memcached/
最近终于抽空测试了一下。
GET 测试方法是向服务器查询一个随机的 key, 不知道匹配不到会不会影响速度。测试结果表现较差。
SET 是存取一个随机KEY, VALUE是0.1k的字符串。