Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
End Process vs End Process Tree
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- Re: End Process vs End Process Tree
End Process vs End Process Tree
26-02-2015 2:59 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Occasionally I have to resort to using End Process to recover from a program crash or when it seems to be 'stuck'.
But what is the difference between End Process and End Process Tree? I have tried both and can't tell any difference in action(s) taken apart from the program quitting and able to be restarted.
But what is the difference between End Process and End Process Tree? I have tried both and can't tell any difference in action(s) taken apart from the program quitting and able to be restarted.
Forum Moderator and Customer
Courage is resistance to fear, mastery of fear, not absence of fear - Mark Twain
He who feared he would not succeed sat still
3 REPLIES 3
Not applicable
Re: End Process vs End Process Tree
26-02-2015 4:43 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
When an application starts up it get a Process ID (PID) this process can of course spawn other processes and it is this these processes that make the process tree. When you kill the process you can leave others dangling which can have adverse effects. But if you kill the process tree all sub processes spawned by the primary process are killed first with the main PID killed last. If you are in any doubt use kill tree.
Re: End Process vs End Process Tree
26-02-2015 5:49 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I kinda thought that would be the answer. I tend to use End Process Tree most of the time anyway.
Thanks.
Thanks.
Forum Moderator and Customer
Courage is resistance to fear, mastery of fear, not absence of fear - Mark Twain
He who feared he would not succeed sat still
Re: End Process vs End Process Tree
26-02-2015 7:39 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
If you use a decent task manager like Process explorer, it'll show you the process tree too.
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- Re: End Process vs End Process Tree