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

CS Child Tasks are dynamically created #19

Open
skliper opened this issue Apr 22, 2022 · 1 comment
Open

CS Child Tasks are dynamically created #19

skliper opened this issue Apr 22, 2022 · 1 comment

Comments

@skliper
Copy link
Contributor

skliper commented Apr 22, 2022

CS creates child tasks dynamically in several command functions:
--CS_RecomputeBaselineCfeCoreCmd
--CS_RecomputeBaselineOSCmd
--CS_OneShotCmd

Is there any risk of cleanup issues if these commands are run too frequently? CS could be modified to create the child tasks just once and then kick them off when a command is received (perhaps using a semaphore mechanism like FM).

Imported from GSFCCFS-1252

@jphickey
Copy link
Contributor

This was recently noted by stakeholders - class A/B software is not supposed to do dynamic allocation. This is a violation of that rule.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants