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
Johan Mårtensson
NA
2
0
Thread, WaitSleepJoin
Jul 21 2007 11:40 AM
I start four threads after each other because I want them to run simultaneously, the problem is that they only run one at a time. The other threads has the state "WaitSleepJoin". Any idea why this could be? starting them with the code below, dThreads is an ArrayList: dThreads.Add(new Thread(new ParameterizedThreadStart(test))); string s = offset + ";" + (offset + partSize) + ";" + i; ((Thread) dThreads[i]).Start(s);
Reply
Answers (
0
)
Password in C# Console Application
socket server crash after client disconnects and connects back