Outbox process should save data in single writer multiple reader mode, to allow outside processes, such as an image viewer, to read data while an experiment is ongoing. the outbox process should be the only process to ever save data to disk, so this should be a non-issue constraint to implement.
Steps
- outbox hdf5 save in swmr mode
- flush after saving
Outbox process should save data in single writer multiple reader mode, to allow outside processes, such as an image viewer, to read data while an experiment is ongoing. the outbox process should be the only process to ever save data to disk, so this should be a non-issue constraint to implement.
Steps