From: Tony Johansson on 14 May 2010 20:39 Hi! I just want to make sure that have understood this correct. If the main thread stop than all other thread will stop and the application will exit. So without having a main thread running it's impossible to use any other threads. //Tony
From: Patrice on 15 May 2010 04:49 Helllo, > If the main thread stop than all other thread will stop and the > application will exit. See : http://msdn.microsoft.com/en-us/library/h339syd0(v=VS.90).aspx (Foreground and Background Threads) which is part of the documentation on Managed Threading : http://msdn.microsoft.com/en-us/library/3e8s7xdd(v=VS.90).aspx -- Patrice
|
Pages: 1 Prev: using the ThreadPool Next: Inherit from generic base type |