Xml Cache Disabled content nodes aren't up to date
Hello Everyone!
It is my first post here so sorry for my possible bugs :)
I'm developer of 6 sites which are running on Umbraco 4.0.1 and 4.0.2.1 (each site is on 5 servers - distributedCall). I have already done a lot for performance of this instances.
Now I should do important things because I had to disable XmlCache and discovered through disabe also distributedCalls that nodes aren't up to date.
New nodes are refreshed each time serwer restart.
I think that "no XmlCache" not require distributedCall set to true...
I was looking for additional caching XmlNodes in content class but nothing found.
So who know why the content isn't up to date, where Content nodes are also cached? :)
Yes I think about it but first I would like to know how content is Cached when XmlCacheEnabled is set to false.
I have just seen in umbraco code that XmlContent is cached in HttpContext.Current.Items so the conntent should be refreshed after each web request but it not happen :)
It is important for me because I have to do some performance correction.
Xml Cache Disabled content nodes aren't up to date
Hello Everyone!
It is my first post here so sorry for my possible bugs :)
I'm developer of 6 sites which are running on Umbraco 4.0.1 and 4.0.2.1 (each site is on 5 servers - distributedCall). I have already done a lot for performance of this instances.
Now I should do important things because I had to disable XmlCache and discovered through disabe also distributedCalls that nodes aren't up to date.
New nodes are refreshed each time serwer restart.
I think that "no XmlCache" not require distributedCall set to true...
I was looking for additional caching XmlNodes in content class but nothing found.
So who know why the content isn't up to date, where Content nodes are also cached? :)
Best Regards and tkanks for any reply
wtc
You might try 4.0.3... it has some updates that should help sites running with multiple servers.
cheers,
doug.
Yes I think about it but first I would like to know how content is Cached when XmlCacheEnabled is set to false.
I have just seen in umbraco code that XmlContent is cached in HttpContext.Current.Items so the conntent should be refreshed after each web request but it not happen :)
It is important for me because I have to do some performance correction.
is working on a reply...