Developer forum

Forum » Development » cache problems

cache problems


Reply
Hi,

We have a client with load-balance configuration where we have:
 - 1 database
 - 1 internal webserver configuration used by the company's users
 - 2 external webservers (DMZ) on load-balanced that sync the Files folder (and only that folder) but are connected to the single database.

The problem is that sometimes when a new page is created, external servers don't update the cache and we cannot access it until we do an iisreset.

The newly created page is always seen through the internal server.

Does anyone have any ideas or came across the same problem?

Nuno

Replies

 
Nicolai Høeg Pedersen
Reply
It requires a setup of the clustering information in globalsettings.aspx - and it only supports one extra webserver.

You can also call a url on the external webserver with ?refresh=yes in querystring - that will refresh the cache.

 

You must be logged in to post in the forum