Tagged Questions

0
votes
4answers
38 views

Distributed caching on 64-bit Windows machines

Are there any production-ready distributed caching mechanisms like memcached that can be used in a Windows 64-bit environment? From what I've seen, memcached is run on linux machi …
2
votes
4answers
150 views

SQL Server 2005, Caches and all that jazz

Hi all Background to question: I'm looking to implement a caching system for my website. Currently we're exploring memcache as a means of doing this. However, I am looking to see …
2
votes
5answers
153 views

Distributed Caching

I am looking for a java distributed caching solution. We would like features likes: Distributed Auto-Discovery Redundancy Non-Centralized We've analyzed a framework like Terra …
0
votes
1answer
60 views

What is the fastest distributed Caching Solution for .net?

What caching solution will give me the best results both in terms of requests per second that it can handle and in terms of request latency?
3
votes
3answers
273 views

Is Oracle Coherence stable?

Has anyone used Oracle Coherence? It looks very promising at the roadshows. My concern is whether it's a stable and robust enough to implement mission-critical financial solutions …
0
votes
2answers
227 views

Cache with SQL dependency?

I know that NCache provides SQL dependency for Microsoft SQL Server and Oracle (10G R4 onwards). I am interested to know what other caching solutions are available, that comes with …
1
vote
3answers
81 views

Please suggest direction for my small scala project

As a academic project of 6 months in college me and my 3 friends are going to implement "Distributed Caching" in scala language. Being new to both of these concepts and this being …
8
votes
6answers
313 views

Distributed caching with .NET 2.0+ ?

What is the best approach to implement distributed caching with .NET? Edit: I was looking for a general caching schema for internal and external applications
4
votes
3answers
82 views

Any distributed cache systems that allows for tagging content?

I'd like to know if there is any distributed cache systems like memcached, velocity or sharedcache that allows me to tag content with more than just it's name, or that can relate i …
0
votes
3answers
204 views

Velocity CTP2 Serious Memory Bug

When you create an instance of the cachefactory and then don’t use it anymore the memory that was used during the creation of the object is not released. This will have a substant …
2
votes
3answers
235 views

Caching solutions for multi-webserver configuration?

I am looking into caching solutions, for a multi webserver configuration. Thought of memcached as being cheap (free) and proven over the years. Microsoft is also developing a cachi …
1
vote
1answer
108 views

Architecture question: client REST API’s caching solution

I'm implementing a high traffic client web application that uses a lot of REST API's for its data access layer from the cloud database. I said client because it implements REST and …
12
votes
6answers
2k views

Memcached with Windows and C#

Is there anyone already implement memcached for production use in Windows environment? Because many blogs that I've read, it's not recommended to run memcached in Windows especiall …
0
votes
1answer
95 views

How to remove objects by pattern from Memcached?

I'm trying to use Memcached and wondering if there is a way to remove the objects from the cache by key pattern rather than just one key per object. Say, I cache user 1 with key " …
1
vote
2answers
440 views

memcached limitations

Has anyone experienced memcached limitations in terms of: # of objects in cache store - is there a point where it loses performance? Amount of allocated memory - what are the bas …

1 2 next
15 30 50 per page