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
Select month view via scroll bar
asp.net and silverlight 3 problem
Autocorrect Custom Dictionary
Cannot execute stored procs from Access without using SQL Native Client driver
SQL Server back-end not deleting record
Why won't this work
ALTER TABLE / ALTER COLUMN QUESTION???
Intercept the "You must enter a value in the "FormName.FieldName' field." error message...
Outlook 2007 - How to migrate two outlook profiles from old computer to new computer
SQL statement to create dataset where table date field is > than a datepicker.value