distributed-cache

What are you using for Distributed Caching in web farms running ASP.NET?

I am curious as to what others are using in this situation. I know a couple of the options that are out there like a memcached port or ScaleOutSoftware. The memcached ports don't seem to be actively worked on (correct me if I'm wrong). ScaleOutSoftware is too expensive for me (I don't doubt it is worth it). This is not to say that I ...

is MS Velocity ready for production?

I wonder if anyone has tried velocity in a production environment. It is in CTP2 version right now, and we are thinking of using it. Has anyone tried it? If yes was it a positive experience? ...

"Real" Object References in Distributed Cache?

I'm personally committed to .net distributed caching solutions, but I think this question is interesting across all platforms. Is there a distributed caching solution (or generic strategy) that allows to both store objects in the cache while maintaining the integrity of the references between them? To exemplify - Suppose I have an obje...

What' the expected release date for Microsoft Velocity?

CTP3 was released in March, is there any expected release date for v1? ...

What shared state distributed systems exist which can handle objects in the native language?

As far as I know there is Terracotta and Maglev. Are there any others? ...

Need a distributed key-value lookup system in PHP

This question asks for one in java, what's the best candidate in PHP? BTW,does the following establish: distributed key value store == distributed cache ? ...

Distributed Cache with Serialized File as DataStore in Oracle Coherence

Weired but I am investigating the Oracle Coherence as a substitue for distribute cache. My primarr problem is that we dont have distribituted cache as such as of now in our app. Thats my major concern. And thats what I want to implement. So, lets say if I take up a machine and start a new (3rd) reading process, it will be able to conne...