View Single Post
  #3 (permalink)  
Old 12-06-2008, 10:47 AM
Evan1993 Evan1993 is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Apr 2008
Posts: 38
Reputation: 26
Evan1993 is on a distinguished programming path ahead
Default

Quote:
Originally Posted by jmcilhinney View Post
Um, Google Chrome doesn't do that, nor can any app. Threads and processes are two different things. Chrome actually does create multiple processes, not multiple threads within the one process.
Ah...

So if I want a user to be able to kill a certain part of my program would it easiest to make a "Thread Manger" (or whatever) window were they can kill threads or make multiple processes that share memory?
Reply With Quote