proxy-checker icon indicating copy to clipboard operation
proxy-checker copied to clipboard

Multi-thread for checking multiple proxies at once

Open alexgarciab opened this issue 5 years ago • 2 comments
trafficstars

Hi there, would it be possible if you can add multi-threading to the script? Right now, the checking process is slow an it takes ages to test hundreds of proxies. Thanks!

alexgarciab avatar Sep 12 '20 12:09 alexgarciab

Multiprocessing would be much better than multithreading due to GIL issue

ghost avatar Oct 09 '20 09:10 ghost

Maybe even multiprocessing+asyncio would be perfect solution

ghost avatar Oct 09 '20 10:10 ghost