Tagged Questions

2
votes
5answers
2k views

Performing equivalent of “Kill Process Tree” in c++ on windows

We have a c++ task that will fork a new process. That process in turn may have several child processes. If the task runs past an allotted time, we will want to kill that forked process. However, we …