Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

simple-spring-memcached

Compare

  Analyzed 1 day ago

Distributed caching can be a big, hairy, intricate, and complex proposition when using it extensively. Simple Spring Memcached (SSM) attempts to simplify implementation for several basic use cases. This project enables caching in Spring-managed beans, by using Java 5 Annotations and ... [More] Spring/AspectJ AOP on top of the spymemcached or xmemcached client. Using Simple Spring Memcached requires only a little bit of configuration and the addition of some specific annotations on the methods whose output or input is being cached. It also provides integration with Spring Cache abstraction. SSM is available in central maven repository. [Less]

17.9K lines of code

2 current contributors

almost 5 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

xmemcached

Compare

  Analyzed about 22 hours ago

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 highlights: 1.Supports all memcached text based protocols and binary ... [More] 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. 8.Supports talking with kestrel(a MQ written in scala) and TokyoTyrant Current stable version is 1.2.4-bugfix with yanf4j 1.1.1 Here is a performance comparison between java memcached client. http://xmemcached.googlecode.com/svn/trunk/benchmark/benchmark.html Xmemcached是基于java nio实现的高性能可扩展的memcached客户端。 实际上是基于我实现的一个nio框架 yanf4j的基础上实现的,当前推荐版本为1.2.4-bugfix。 [Less]

32.2K lines of code

5 current contributors

4 months since last commit

0 users on Open Hub

Low Activity
0.0
 
I Use This