EHCache with Terracotta Vs Infinispan [closed]
Asked Answered
A

2

13

We are working in the design phase of new project where we need to decide the caching framework. We need decide whether to go with EHCache with Terracotta or Infinispan for caching requirement? Can anyone provide me the advantages & disadvantages of EHCache and Infinispan?

Thanks in advance.

Anisotropic answered 11/4, 2011 at 12:25 Comment(1)
Apparently, Hazelcast has better performance that Infinispan. See this. Note that the comparison was done by Hazelcast people, although I didn't see anything blatantly biased.Varian
T
11

We were also in such an evaluation phase recently and decided for Hazelcast. In my opinion it is very easy to get started with. We needed a small solution with not very high traffic. They also provide a great support (I wrote a ticket and my problem was solved within one day!)

You should be clear if you want a server-based cache or a peer-to-peer solution as Infinispan or Hazelcast provides it.

Here you can find a short Hazelcast vs. Terracotta article: http://slava-technical.blogspot.com/2010/09/transparent-clustering-solutions.html

Torytoryism answered 21/4, 2011 at 8:14 Comment(0)
I
13

Is your environment distributed? If so, Infinispan would have an advantage of scalability due to its p2p design. Even in standalone (non-clustered mode), you'd get to take advantage of the non-blocking nature of Infinispan internals, state of the art eviction algorithms (LIRS), etc. Have a look at this article for a discussion of Infinispan as a local cache.

DISCLAIMER: I am the founder and project lead of Infinspan.

Iona answered 2/6, 2011 at 9:42 Comment(0)
T
11

We were also in such an evaluation phase recently and decided for Hazelcast. In my opinion it is very easy to get started with. We needed a small solution with not very high traffic. They also provide a great support (I wrote a ticket and my problem was solved within one day!)

You should be clear if you want a server-based cache or a peer-to-peer solution as Infinispan or Hazelcast provides it.

Here you can find a short Hazelcast vs. Terracotta article: http://slava-technical.blogspot.com/2010/09/transparent-clustering-solutions.html

Torytoryism answered 21/4, 2011 at 8:14 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.