Skip to content

CGWire Synchronisation #23

Description

@mottosso

Goal

Fast, accurate and bi-directional synchronisation between CGWire and Avalon.

At the moment, python a:\sync.py does one-way synchronisation from CGWire to Avalon with a 10 second interval. But it is flawed.

  1. It does not send data already in Avalon, or new data, to CGWire
  2. It does not have any knowledge about applications or path templates
  3. It synchronises via polling, which puts unnecessary stress on the CPU and disk unless there has been a change. Preferably we would only synchronise when a change has been made (via e.g. an event handler from CGWire).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions