Microsoft
Software
Hardware
Network
Question : Orphan threads in .net, are they stopped by Garbage Collector?
If I have an object that has started a thread and at some point I have no references to my object, will the garbage collector also stop the thread as it garbage collects the object?
When the object is reclaimed, there will be no references to the thread object either, but I am unsure if the thread is orphaned and keeps running, or if the thread is stopped and reclaimed.
Answer : Orphan threads in .net, are they stopped by Garbage Collector?
The thread objects will be destroyed when the executable or application domain is terminated.
If your thread has not been aborted or completed its method (orphans), it will stay alive until your application is gone.
Random Solutions
SBS2003 exchange error
any body able to help truobleshoot error "Server Application Unavailable"
Silverlight File Upload with Progress Bar
How do I know what version IIS and IIS management console am I using it.
Issue with License Activation - How do you add computers to KMS pool?
Excel—how to convert number of days to weeks and days.
Function to check results
Excel.exe caused a Fatal Exception Error
Prevent Internet Explorer from opening a pdf file
Excel: restrict certain fields for particular person. Make new top of page for each Division.