|
|
||||||
|
#1
|
|
|
|
|
i realy dont understand the behaviour of the iis application pool cache if an
limit of max used mb is set! i have an xml file, which is cached! the items of the xml file shoud stay in cache for one hour. if the path or the content of the xml file has changed, the cache should be reloaded with the new xml file. the point of not understanding the cache behaviour is, that the items will be automatically removed form cache within ~15 seconds if an reload but no recycle of the cache occures. if an recycle occures the items stays in cache for one our... has anybody an explanation for that?? |
|
|
|
#2
|
|
|
|
|
How are you actually caching the XML file? Is this in the kernel response
cache, usermode file cache, or some other custom caching construct? |
|
#3
|
|
|
|
|
i think its the ASP.NET Application cache. now i have set the limit of max
used mb up to 1200 mb and it seems to work. but i still have no feeling of being right! at this server there are 180 webs within one apllication pool "David Wang [Msft]" wrote: [..] |
|
#4
|
|
|
|
|
You will want to look for help specific to the particular custom caching
construct. It doesn't sound like anything to do with IIS because: 1. There is no IIS Application Pool Cache 2. No IIS cache survive a recycle. |
|
#5
|
|
|
|
|
No problem, you are simply confirming that you are talking about an
application-specific cache that has nothing to do with IIS -- so you probably won't find the answer in this newsgroup. You will have to follow up with the appropriate application support concerning the cache's behavior. I suggest either www.asp.net Forums or the ASP.Net newsgroup. |
|
|
| Similar Threads | |
| Items Unexpectedly Removed from Application Cache We are using the System.Web.Caching.Cache object to store date in the application cache. The insert method MyCache.Insert(key, myObject, null, //... |
|
| IIS 6 application pool, Cache and Custom error, Session state Hi all, our application is in the production environment which uses IIs6.0, Some thimes we experince that when we try to browse any page, It displays Custom error page... |
|
| Cleared Cache, But Content Still Cached??? IE7 under XP, I've tried to clear out all of my cached content via Internet Options, but the same content (in this case a bit of Javascript code) is still affecting the page.... |
|
| IIS6 - does recycling an application pool clear the cache? If I put a bunch of RAM in my server so I could cache a lot of ASP pages, etc.... and I recycle the application pool for whatever App once a day at like 3am, am I tossing out... |
|
| Cache application block and the HttpContext cache I'm trying to understand and work with the Cache Application Block. In our web applications we use the HttpContext to cache frequently used objects needed to build our web... |
|
|
All times are GMT. The time now is 06:31 PM. | Privacy Policy
|