TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
kev_etherington
NA
1
0
Abort is not releasing memory
Apr 28 2004 3:32 AM
HI I have a program that connects to server and forwards data to another server. When I want to kill the app i dequeue the threads that I have created and call abort on them. while (MyList.Count > 0) { try { ((Mythread)MyList.Dequeue()).Abort(); } catch { } } The app (gui) disappears, but the threads remain in memory. Any ideas why the threads aren't dying and releasing memory? thanks
Reply
Answers (
1
)
Beginner Problem for Defining threads
The Monitor class