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
Configuring Exchange 2010 (Ports/DNS/Send and Receive Connectors)
Creating a word document programatically
error LNK2001: unresolved external symbol _CLSID_DccMan????
Sound recorder does not work
move to a row in listview control - MS Access 2003
Access List Box Form Controls
Powerpoint 2007 linked presentations
Subdatasheet
Excel workbook opens read only w/ error "Excel Workbook open by 256 Users"
How many IP addresses can you assign to a single network card on Windows 2003/2008 server