search
AI OnAI Off
Remove events over TCP (or UDP, you can config) afaik :)
http://world.episerver.com/documentation/items/developers-guide/episerver-cms/75/event-management/wcf-event-management/
Yep, confirmed! "Changes made using the ISynchronizedObjectInstanceCache interface are synchronized between servers using events in load balanced environments."
If you are using load-balancing set up, then yes it uses UDP to broadcast the "messages"
I'm not sure about the mirroring scenario thoughts ...
CMS 10 & Commerce 11
In general, how does it work under the hood? if you have server A and B, using ISynchronizedObjectInstanceCache.Remove on B, how does A get knowledge of that? UDP, Database?
Regards