eclipse-score / eclipse-score/lifecycle
Create a design for using message_passing for reporting Running state
- Dominant language
- C++
- Stars
- 6
- Forks
- 34
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 80
Description
The design should include:
* Integration of message_passing on the application-side
* Integration of message_passing on the launch_manager-side
* Cross-cutting concerns
* Configuration of the ipc communication
* Security
* How to make sure only the correct process can access the ipc channel?
* How can we be sure within the launch_manager that the correct process reported the running state and not some other process?
* Performance / Resource consumption
* What are the required resources on the application side (e.g. threads, memory, etc)
* What are the required resource within the launch_manager?
* Open issues using message_passing
* What needs to be communicated to COM team as feature request?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.