Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Eyal 24 posts 165 karma points
    Oct 28, 2019 @ 12:44
    Eyal
    0

    how do distributed call works in umbraco 8.2.0

    Hi Guys

    can you explain how distributed call works in version 8.2.0? i understood that there are no longer definition in umbracosetting.config, i also understood that sync is being managed via UmbracoCacheInstruction Table in the DB. can some one please explain how it works?

    thanks E

  • Steve Megson 151 posts 1022 karma points MVP c-trib
    Oct 28, 2019 @ 14:52
    Steve Megson
    100

    Rather than notifying each server directly with a web service call, a row is added to the umbracoCacheInstruction table. Each server keeps track of the ID of the last instruction it processed, and periodically checks the table for new rows. When new instructions are found, they're processed in pretty much the same way as when they were received via a web service call.

  • Eyal 24 posts 165 karma points
    Oct 28, 2019 @ 15:12
    Eyal
    0

    Thank you very much Steve

Please Sign in or register to post replies

Write your reply to:

Draft