Relative Content

Tag Archive for distributed-computing

Options for repeated distributed task

Scenario My project has a need to periodically scan the database and notify administrators for particular issues. For example: Any errors in the logs since last update? Do values match expected value from external source? New clients? My nodes (plain old windows services) are currently using Azure Service Bus QueueClient for other distributed tasks, so […]

Sequencing distributed tasks with a distributed DB

Is there a general term (or terms) for this pattern, so that I can read about how to solve it? Unfortunately I don’t even know what the right terminology is so I’ve had a heck of a time doing research on Google/SO/Programmers.SE.

Consistent snapshot

Suppose process A has a consitent snapshot of some entities. And it is constantly receiving updates for this enteties. Now client B connecting to A and it should receive the consistent snapshot of entities that A has and then it should receive all the updates that A receives.

Consistent snapshot

Suppose process A has a consitent snapshot of some entities. And it is constantly receiving updates for this enteties. Now client B connecting to A and it should receive the consistent snapshot of entities that A has and then it should receive all the updates that A receives.

Consistent snapshot

Suppose process A has a consitent snapshot of some entities. And it is constantly receiving updates for this enteties. Now client B connecting to A and it should receive the consistent snapshot of entities that A has and then it should receive all the updates that A receives.