Hi again,
Is there any way to kill any external apps I've spawned in my threads if the app is interrupted?
Cheers!
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Mar 16, 2010, 4:13 AM
It is not so easy to attempt to guide another developer to do it in an approriate way, and I am trying to do that.
Mike GoldPosted Mar 16, 2010, 1:43 AM
See
http://www.devasp.net/net/articles/display/717.html
Is this wh
Sam HobbsPosted Mar 15, 2010, 2:18 AM
Lars KPosted Mar 15, 2010, 12:32 AM
Do you have any recommendations on how to handle this kind of scenario? Like I said in the other thread, this is one java application and one windows forms application. The java one handles just fine if I can just send it a stop signal (haven't done any threading since I was working with java about 10-13 years ago :S ), but the windows forms one doesn't even like coming to the foreground if started in background mode - and much less listening to the user. It's like a woman shopping, just forging ahead and needs to be shut down pretty hard if I want to get through to it ;)
Cheers!
Sam HobbsPosted Mar 14, 2010, 7:05 PM
First, let's be sure we are using common terminology. I assume the other appliations are processes, not threads.
Next, are the other applications developed by you or do you have the ability to modify them?
Lars KPosted Mar 14, 2010, 4:15 PM
Sam HobbsPosted Mar 14, 2010, 2:47 PM
If you want a more specific answer, ask a more specific question.