A
Andrew Morton
I am caching some data in VB.NET using System.Web.Caching, is it possible to
lock the cache so that other sessions attempting to access the same cache
wait when it is being updated? I have the cache using a sliding timeout and
a dependency on the text file its data is extracted from.
If it's relevant, based on current statistics, I do not expect more than
about 400 people to be accessing the web site at the same time.
I've seen it appears easy in C# but I couldn't find anything regarding VB.
Andrew
lock the cache so that other sessions attempting to access the same cache
wait when it is being updated? I have the cache using a sliding timeout and
a dependency on the text file its data is extracted from.
If it's relevant, based on current statistics, I do not expect more than
about 400 people to be accessing the web site at the same time.
I've seen it appears easy in C# but I couldn't find anything regarding VB.
Andrew