S
Steve B.
Hello
I have a job that consist in calling up to 10000 a WebService using a
different parameter each time.
I wonder if using thread could help me to speed up the whole process, since
I suspect http to slow the rest of the application.
If yes, how can I split each 10000 jobs to be ran into 10 threads?
I was not able to have a "Wait for all 10 threads to be finished"
Thanks
I have a job that consist in calling up to 10000 a WebService using a
different parameter each time.
I wonder if using thread could help me to speed up the whole process, since
I suspect http to slow the rest of the application.
If yes, how can I split each 10000 jobs to be ran into 10 threads?
I was not able to have a "Wait for all 10 threads to be finished"
Thanks