J
Jon C
Hi,
I've written a multi-threaded web spider which stores search results in
a Shared ArrayList. Since each thread can launch further threads, the
problem I have is pausing my main sub until all the threads have
terminated, then accessing the ArrayList.
Thanks for your help
Jon
I've written a multi-threaded web spider which stores search results in
a Shared ArrayList. Since each thread can launch further threads, the
problem I have is pausing my main sub until all the threads have
terminated, then accessing the ArrayList.
Thanks for your help
Jon