If that's your application and you can modify it, you canmake :
- Make it read a filewhere
- Read for the value of a "shouldstop" flagcan be changed.
- When you want to kill it, you just modify the file and the application will exit gracefully.
Not need to work it that harder that that.
