G
Guest
in asp.net 2,
I load a dataset from the Cache object into a local object to use to perform
processing. I had been using httpcontext.current.cache and what I noticed is
sometime I'm not able to get the dataset out of the cache.
the application is under heavy hits, and is set to email me on every error.
and once or twice every month I get these error e-mail about this issue.
why does the HTTPContext.Current.Cache call work sometimes, while some other
times does not.
since I changed it to httpruntime, I did not get any error (until now) and
I was able to always get my dataset back out of the cache.
am I doing it correctly by using httpruntime ?
I load a dataset from the Cache object into a local object to use to perform
processing. I had been using httpcontext.current.cache and what I noticed is
sometime I'm not able to get the dataset out of the cache.
the application is under heavy hits, and is set to email me on every error.
and once or twice every month I get these error e-mail about this issue.
why does the HTTPContext.Current.Cache call work sometimes, while some other
times does not.
since I changed it to httpruntime, I did not get any error (until now) and
I was able to always get my dataset back out of the cache.
am I doing it correctly by using httpruntime ?