Developer forum

Forum » Development » Update cached database for admin

Update cached database for admin

Oscar Romin
Oscar Romin
Reply

Hello!

I work together with a coworker and we are sharing the databaseconnection for our adminsites. But when he changes something it does not immediately show up on my end. If we wait some time then the sites become synced though so it seems to be a databasecache related issue, or maybe some scheduled task that is running. 

So, how can we force our adminsites to sync?

 

/Oscar


Replies

 
Martin Vang
Martin Vang
Reply
This post has been marked as an answer

Hi Oscar,

I would suggest you take a look at load balancing: http://doc.dynamicweb.com/documentation-9/platform/platform-tools/load-balancing

It's a bit more tricky to use load balanced setups then we as developers are acustomed to, but if you follow the description above, things should start working as you expect.

Alternatively, if you just want a "lowlevel" approach, you can do an iisreset / reset the site to refresh the cache.

BR

Martin

Votes for this answer: 1

 

You must be logged in to post in the forum