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
Microsoft Internet Explorer has encountered a problem and needs to close
ESSENTIAL BUSINESS SERVER 2008 INSTALLATION ERRORS
T-SQL: No Min(x,y) Mathematical Function???
Forms closing ??
Exchange 2003 with 2 certificates
Column order changes when data is exported from Access reports to Excel using "Analyze It with Excel" option
Remote Desktop - Prevent/Restrict remote log off
AD active user count
What is the matter with this stored procedure
record is too large