Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I got a Project where there's a list of proxy websites.
I am already done on the httpwebrequest thing.
i got it running but the thing is. I wanted to make it a little bit faster like. 2-5 threads more downloading and its like a list of websites will be given to each thread then scan it, after scanning it. if patterns matched. they will save it to an array + listbox..

can anyone help me with this one?
i'm really dumb interms of thread pools and multi thread methods =/

basically, I have a list of task to do like for example

There's a big list like 100 different website on a list. I want them to be visited each with the option of the user how many threads to run..

how will I distribute each sites to a thread or threadpool? and skip if there's an error or wrong or complete task?


can anyone help me?
Posted
Updated 9-Oct-11 23:09pm
v2

Therez an interesting article at CodeProject: Multithreading in .NET[^]
 
Share this answer
 
Therez an interesting article at CodeProject: Multithreading in .NET[^]
 
Share this answer
 
I suggest you start by reading this ebook: http://www.albahari.com/threading/[^]

Please come back with any specific questions you have. Good luck :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900