Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
Thread issue/leak?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="hB, post: 473699"] worker threads should be terminated, as you showed code of one statement. There would be 2000 (caller) main threads waiting for worker to be terminated. If you are saying worker thread (small one statement proc) is not terminating (GC) then Caller threads must also be alive. Check ttt.IsAlive and do ttt.Abort() and ttt = Nothing and test. The (worker thread) code is being called by pageclass which is also generated by some other asp.net parent thread (if that is calling abort or someother stuff on the thread of pageclass this could affect). Do let us know of your proceedings. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
Thread issue/leak?
Top