Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discuss GroundSystem Base Design #111

Open
lbleier-GSFC opened this issue Jul 1, 2020 · 1 comment
Open

Discuss GroundSystem Base Design #111

lbleier-GSFC opened this issue Jul 1, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@lbleier-GSFC
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The current operational concept of GroundSystem is to use multiple processes and rely on interprocess communication (IPC) to move data between them. This is currently achieved using ZeroMQ and Python's built-in memory map (mmap). There should be a discussion on whether or not this operational concept is still viable as GroundSystem evolves with new features and functions

Describe the solution you'd like

  • Discuss the need for multiple processes and IPC vs. a different operational concept
  • If IPC is needed, discuss need for ZeroMQ (external library) vs. built-in Python IPC options vs. Qt-based IPC options
  • Come to consensus on how to move forward and implement

Requester Info
Leor Bleier NASA GSFC\Code 582

@lbleier-GSFC lbleier-GSFC added the enhancement New feature or request label Jul 1, 2020
@skliper
Copy link
Contributor

skliper commented Aug 31, 2020

This is the reason behind #121

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants