This is probably due to having too little free memory. The server will
throw away cached items when it needs to free up more memory.
I have experienced this problem since upgrading to 2.0. Others have
commented on it elsewhere. I don't think this is simply a problem with "too
little free memory".
http://www.hightechtalks.com/asp-net-caching/asp-net-2-0-caching-37434.html
In my case, there are times where objects inserted into the cache instantly
disappear. This does not seem to have any correlation to the amount of free
memory on the system.
> This is probably due to having too little free memory. The server will
> throw away cached items when it needs to free up more memory.
[quoted text clipped - 9 lines]
> >
> > Anyone else seen or heard this problem????
wyx2000 - 10 Sep 2006 10:56 GMT
Try reset your service broker in SQL 2005
Alter database thedb set new_broker
> I have experienced this problem since upgrading to 2.0. Others have
> commented on it elsewhere. I don't think this is simply a problem with "too
[quoted text clipped - 19 lines]
> > >
> > > Anyone else seen or heard this problem????