Posted By:
Anonymous
Posted On:
Tuesday, November 20, 2001 10:29 AM
Hi friends,
I need how to create a pool of threads, each thread will connect to one site(www) and downloads one page from that site.
i need to wait until all threads had connected to site and download the page. please give me code how to create group of threads and how to join them ( i should wait untill all threads are completed)..
From each thread i need to access one variable(eg:score of page).
how to join those groups threads ??? plz give sample of code to achieve above task...
Thanks in advance