show/hide this revision's text 2 bulleted the workaround

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.

show/hide this revision's text 1

If that's your application and you can modify it, you can make it read a file where a "shouldstop" flag can be changed. When you want to kill it, you just modify the file and the application will exit gracefully.