-
Partitioned Distributed Cache (6 messages)
- Posted by: Mrigank Shekhar
- Posted on: April 10 2007 08:02 EDT
Hi, I am looking for a partitioned distributed caching solution. I looked around but none of the Java based disrtributed cache solutions support partitioning. Can someone help me out? Thanks, Mrigank.Threaded Messages (6)
- Failover mechanism by Mrigank Shekhar on April 10 2007 08:06 EDT
- Re: Partitioned Distributed Cache by lennon lennon on April 11 2007 00:25 EDT
- Replicated Cache Issue by Mrigank Shekhar on April 11 2007 07:45 EDT
- Re: Partitioned Distributed Cache by Cameron Purdy on April 18 2007 19:12 EDT
- Re: Partitioned Distributed Cache by Simon Bisson on April 19 2007 09:02 EDT
- Distributed cache for java and .NET by user 786 on May 11 2010 07:46 EDT
-
Failover mechanism[ Go to top ]
- Posted by: Mrigank Shekhar
- Posted on: April 10 2007 08:06 EDT
- in response to Mrigank Shekhar
If possible, the partitioned cache should be able to provide a back up\failover mechanism if one of the partitions(server) goes down. -
Re: Partitioned Distributed Cache[ Go to top ]
- Posted by: lennon lennon
- Posted on: April 11 2007 00:25 EDT
- in response to Mrigank Shekhar
why not use the replicated cache solution like Jboss cahe ,os cache that's based on java ? -
Replicated Cache Issue[ Go to top ]
- Posted by: Mrigank Shekhar
- Posted on: April 11 2007 07:45 EDT
- in response to lennon lennon
The problem with replicated cache is that it leaves a small window where the other nodes do not have the data which is under replication. If I get a request on these other nodes for that data then I cannot process them. In case of a partitioned cache, each node will be responsible to process specific data from the cache. So the inconsistency window will not be present although it will definitely add to the performance. -
Re: Partitioned Distributed Cache[ Go to top ]
- Posted by: Cameron Purdy
- Posted on: April 18 2007 19:12 EDT
- in response to Mrigank Shekhar
Hi,
Tangosol Coherence. We invented partitioned caching :-) Peace, Cameron Purdy Tangosol Coherence: The Java Clustered Cache
I am looking for a partitioned distributed caching solution.
I looked around but none of the Java based disrtributed cache solutions support partitioning. -
Re: Partitioned Distributed Cache[ Go to top ]
- Posted by: Simon Bisson
- Posted on: April 19 2007 09:02 EDT
- in response to Mrigank Shekhar
Strongly recommend Tangosol Coherence, it works very well. As far as I know there is no open source alternative. -
Distributed cache for java and .NET[ Go to top ]
- Posted by: user 786
- Posted on: May 11 2010 07:46 EDT
- in response to Mrigank Shekhar
You need NCache to create a Partitioned cache. You can also create Replicated, Partitioned-Replica caches, whichever suits your need.
Try NCache for free with a totally free edition NCache Express or you may download a full-feature version to try for 2 months.