Try our conversational search powered by Generative AI!

Community load balancing

Vote:
 

Hi,

Site I work on has couple of installations with load balancing. We use EPiServer community 3.2.

How can I force all instances to invalidate cache if one of them does so?

#37342
Mar 03, 2010 14:59
Vote:
 

 

 

 

<replication>

  <subscriber serverName="myWebServer1" siteName="mySite" port="0" alternatePort="0" broadcastAddress="1.2.3.255" />
</replication>

 

In your configuration file it is the configuration/episerver.common/sites/site/replication/subscriber element that you want to change.

 

It should look something like this:

<subscriber serverName="myWebServer1" siteName="mySite" port="12345" alternatePort="12346" broadcastAddress="1.2.3.255" />

 

With the following rules within cluster environment:

Same port, alternatePort and broadcastAddress

Same siteName but unique serverName

 

/Håkan

#37405
Mar 04, 2010 16:47
This thread is locked and should be used for reference only. Please use the Legacy add-ons forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.