xmemcached特性一览:
1、高性能
2、支持完整的memcached文本协议,二进制协议将在1.2版本实现。
3、支持JMX,可以通过MBean调整性能参数、动态添加/移除server、查看统计等。
4、支持客户端统计
5、支持memcached节点的动态增减。
6、支持memcached分布:余数分布和一致性哈希分布。
XMemcached is a high performance, easy to use multithreaded memcached client in java.
It's nio based (using my open source nio framework :yanf4j), and was carefully tuned to get top performance.
Xmemcached main features:
1.Supports all memcached text based protocols and binary protocols(Binary protocol supports since version 1.2.0).
2.Supports distributed memcached with standard hash or consistent hash strategy
3.Supports for JMX to allow you to monitor and control the behavior of the XMemcachedClient.Change the optimizer's factor or add/remove memcached server dynamically
4.Supports weighted server.
5.Supports connection pool.You can create more connections to one memcached server with java nio.(since version 1.2.0)
6.Supports integrating to spring framework and hibernate-memcached.
7.High performance