I have a C#-Application, which starts some child-Processes and redirect their Standart-Input and Output.
If i close the application on the normal way all child processes will be destroyed, but if the application is killed by the Task Manager or another way i can't close the child-processes.
They exist and need much CPU-Power (Nearly 99%). I think they need so much Power because their "redirected" Standart-Output is not readed?
Is there a way to close the child-processes always? Or to decrease their CPU-Time after killing the parent-process?
thanks & best regards
Kevin Meier