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?
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.
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
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.
Thank you very much Steve
is working on a reply...