i have a distributed website which is located in more than 20 servers throughout the world .
on each server there is website + its own database.
on content editing (after publishing ) i'm syncing the database difference to all servers .
after publishing there is a cache refreshing to all the servers ( in config\umbracoSettings.config in the nodes
<distributedCall enable="true"> <!-- the id of the user who's making the calls --> <!-- needed for security, umbraco will automatically look up correct login and passwords --> <user>0</user> <servers> <!-- add ip number or hostname, make sure that it can be reached from all servers --> <server>server1</server> <server>server2</server> </servers> </distributedCall>
i have a distributed website which is located in more than 20 servers throughout the world .
on each server there is website + its own database.
on content editing (after publishing ) i'm syncing the database difference to all servers .
after publishing there is a cache refreshing to all the servers ( in config\umbracoSettings.config in the nodes distributedCall\ servers ) , so new content is visible .
my problem is that after new contentis published the cache refreshing happens before the database content
is sync to all servers . and therefore the new content is not shown until next cache refreshing .
hi.. i got a caching problem
i have a distributed website which is located in more than 20 servers throughout the world .
on each server there is website + its own database.
on content editing (after publishing ) i'm syncing the database difference to all servers .
after publishing there is a cache refreshing to all the servers ( in config\umbracoSettings.config in the nodes
<distributedCall enable="true">
<!-- the id of the user who's making the calls -->
<!-- needed for security, umbraco will automatically look up correct login and passwords -->
<user>0</user>
<servers>
<!-- add ip number or hostname, make sure that it can be reached from all servers -->
<server>server1</server>
<server>server2</server>
</servers>
</distributedCall>
sorry , here is the rest of the post ....
i have a distributed website which is located in more than 20 servers throughout the world .
on each server there is website + its own database.
on content editing (after publishing ) i'm syncing the database difference to all servers .
after publishing there is a cache refreshing to all the servers ( in config\umbracoSettings.config in the nodes distributedCall\ servers ) , so new content is visible .
my problem is that after new contentis published the cache refreshing happens before the database content
is sync to all servers . and therefore the new content is not shown until next cache refreshing .
is working on a reply...