CS icon indicating copy to clipboard operation
CS copied to clipboard

CS Child Tasks are dynamically created

Open skliper opened this issue 3 years ago • 1 comments

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

skliper avatar Apr 22 '22 15:04 skliper

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

jphickey avatar Sep 27 '23 18:09 jphickey