Kill process tree when stopping service.
authorIain Patterson <me@iain.cx>
Tue, 25 Jan 2011 10:21:20 +0000 (10:21 +0000)
committerIain Patterson <me@iain.cx>
Tue, 25 Jan 2011 10:21:20 +0000 (10:21 +0000)
commit8d8036e4f1be4ba52898170345a9f8be0f327238
treed68af00549fcbe01655b32ece885557b53dcf57e
parent51452838ad1396e2034313601010f68422faa1ac
Kill process tree when stopping service.

Ensure that all child processes of the monitored application are
killed when the service stops by recursing through all running
processes and terminating those whose parent is the application
or one of its descendents.
nssm.h
nssm.vcproj
process.cpp [new file with mode: 0644]
process.h [new file with mode: 0644]
service.cpp