M
Mahendran
Hi,
I am designing an window based application which needs to check it up nearly
2000 url's whether it is valid url or not using WebRequest method.
In this scenario i am using ThreadPool. While using ThreadPool it creates a
thread for each URL.
I need to manage 2000 url's with in 12 threads using ThreadPool.
How do i solve this ?
Thanks in advance
Mahendran
I am designing an window based application which needs to check it up nearly
2000 url's whether it is valid url or not using WebRequest method.
In this scenario i am using ThreadPool. While using ThreadPool it creates a
thread for each URL.
I need to manage 2000 url's with in 12 threads using ThreadPool.
How do i solve this ?
Thanks in advance
Mahendran