I have a crawler program that should run multiple threads each with a different IP address, about 10 threads simultaneously.
Is it possible to assign each thread a different IP address on a machine running Windows VII? With a Java program?
If so, can this be achieved by utilizing a machine that has multiple NICs?
I want to interface with these different IP addresses at the program level, is this feasible?