I have a file with around 50,000 domain names with a domain name in each line. I want to read the file and find which domains are alive and write them to a different file. I am using ping to find the live domains. But it takes a lot of time to process. How can I do this using multi-threading.
Asked
Active
Viewed 141 times
-2
-
There are lots of examples out there. Give one a try. – tdelaney Dec 02 '15 at 06:18