Thread Exit in a Single Threaded App
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have a database app, i don't use multiple threads in the application; i just use one database connection open for the app life time and close it at the end. One thing i notice is then longer the app is active executing i see Threads exiting in the out put window, i dispose every SqlCommand & SqlDataAdapter after using. I wonder from where these threads are comin from ???