1
vote
2answers
50 views
Memcached/Microsoft Velocity Performance Question
Just a random query regarding Microsoft Velocity.
Scenario:
Say I want ALL Orders from my database. In SQL, this is fine, I can do SELECT OrderId,TotalCost... from Orders. This is …
2
votes
4answers
673 views
What’ the expected release date for Microsoft Velocity?
CTP3 was released in March, is there any expected release date for v1?
0
votes
1answer
62 views
Is anyone using Velocity for NHibernate second level caching in production
Is anyone using Microsoft Velocity for NHibernate second level caching? What are your experiences?
0
votes
0answers
34 views
NHibernate.Caches.Velocity change cache name
We have noticed that Velocity cache name in NHibernate.Caches.Velocity.VelocityClient is hardcoded to "nhibernate"
private const string CacheName = "nhibernate";
.
.
.
cache = cac …
0
votes
1answer
28 views
Atomic Update in MS Velocity
Does Velocity support server-side atomic updates ?
I'm trying to see if i can port some code (based on memcached) which implemented a ring buffer based on memcache's INCR operati …
13
votes
3answers
1k views
MS Velocity vs Memcached for Windows?
I've been paying some attention to Microsoft's fairly recent promoting of Velocity as a distributed caching solution that would compete with the likes of Memcached.
I've been look …
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
1answer
137 views
Microsoft Velocity - best way to share cached data on single server
Hi there,
I have several WCF services and ASP.NET application both accessing data via shared service layer. Inside this layer I'm performing all required data access and caching. …
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 …
1
vote
3answers
260 views
Mapping traditional caches to memcached? (but in .NET)
I'm building a caching system and I want it to be ready for distributed caching a la memcached. What I'm looking to do is to convert a traditional Hashtable/Dictionary of (string …
3
votes
2answers
1k views
Using Microsoft Velocity with NHibernate?
Has anyone tried to use MS Velocity with NHibernate.
I've seen that NHibernate can use NCache as a distributed cache, but I am more interested in using MS Velocity instead.
Are …
0
votes
2answers
346 views
Can’t add object to Velocity cache
I've just installed Velocity on my computer and everything seems to work fine except that I can't add any objects to a cache. I have no trouble retrieving the cache itself, but whe …
0
votes
1answer
85 views
Connection error when configuring Microsoft velocity
Hi all,
I am trying to install Microsoft velocity on a machine that will use a sql database for it's configuration store.
I have entered the connection string correctly but when …
3
votes
4answers
608 views
How to design an ASP.NET MVC site for caching with Velocity?
I'm coming from the LAMP world, where the "cache everything" mentality is prevalent. Everything is put in memcache.
I'm starting a new project with ASP.NET MVC and SQL Server. I …
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 …
