multiscale-cosim / EBRAINS-cosim

EBRAINS-cosim
Other
5 stars 0 forks source link

2.1, 2.2, 2.3 Communication b/w Application Manager and the integrated application #86

Open mfahdaz opened 2 years ago

mfahdaz commented 2 years ago
Aspect Detail
Summary A more robust communication mechanism between Application Manager and the integrated application instead of using PIPES and standard I/O streams.
Task Area Development, Update, Enhancement
Assignee
Information
Prerequisites
Dependencies

Summary

Application Managers sends the steering commands to the integrated applications and receives the outcomes/responses from them. For example, as a response to INIT command (which is a system action), Application Manager receives the Local Minimum Step-size from the simulator (application).

Currently, this communication is done by opening PIPEs to the standard I/O streams, which is fragile. A more robust mechanism should replace the current version.

Tasks

Requirements

Acceptance criteria

w-klijn commented 2 years ago

First a discussion session

Wouter