Distributed caching is a cache implementation that uses caches spread across different networked hosts.
Questions tagged [distributed-caching]
424 questions
5
votes
3 answers
Ehcache multiple JVM - opensource?
Hey I'm currently running ehcache with spring in tomcat. I have a couple webs servers running their own instance of ehcache which I want to now moved to a shared/distributed cache. Im not looking to use a commercial license just yet until we are…

Prem
- 113
- 1
- 8
5
votes
4 answers
distributed cache technology
I'm interested in open source messaging and/or distributed cache technologies that satisfy the following requirements.
Multiple load-balanced instances of Java web application (probably on Amazon EC2)
It's possible for number of instances to be…

ykaganovich
- 14,736
- 8
- 59
- 96
5
votes
1 answer
Can/should SignalR Backplane be used to build a distributed cache?
Our web app uses in-memory caching (Application Data Caching) to improve throughput such that frequently queried data does not have to be loaded from the database (SQL Server) for every request. Potentially, it will be deployed in a web-farm so we…

Dejan
- 9,150
- 8
- 69
- 117
5
votes
1 answer
Hazelcast SlowOperationDetector to identify operations with less than 1 sec execution time
I have a performance use case by which I need to identify certain process() calls in the EntryProcessor which takes more than 300 milliseconds. I tried to make use of SlowOperationDetector with the following configuration.