Skip to content

filewriter: deployment topology #98

Description

@Tom-Willemsen

We need to define how the filewriter and other cooperating processes will run.

  • One-per-instrument: each FW process incrementally writing out the events from a single instrument
  • Pooled: some number, perhaps dynamic, of filewriters which may pick up a writing job from any instrument. This is the architecture that ESS use.

Things to consider:

  • Pooled architecture is a requirement if we might ever collect data faster than it can be written to disk. This seems unlikely at present.
  • Consider interaction with filewriter: intermediate files & autosave files #96 ; this likely makes a pooled architecture more desirable
  • Needs to work for HRPD-X/SANDALS2/WISH/VESUVIO etc before MNeuData is available. We do not need to solve the MNeuData case in this issue, but we should pick an architecture which makes it possible to extend in likely MNeuData directions later.
  • Consider interaction with filewriter: file archiving #85

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status
    research/needs discussion

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions