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
XIII XIII
NA
14
2.3k
how can Release thread speed?
Aug 10 2014 4:56 PM
I use this code
bud it slow and use more cpu
so
i want faster way
but how i can do it?
my code
public void Start()
{
for (int i = 1; i < 150; i++)
{
Thread reqThread = new Thread(new ParameterizedThreadStart(Test));
reqThread.Start(i);
}
}
Public void Test ( object i)
{
Try{
SetProxy
Connect
Send
Response
}
catch
{
Test(i)
}
}
Reply
Answers (
7
)
Write a program
concepts of some comands of C#