proxy-checker
proxy-checker copied to clipboard
Multi-thread for checking multiple proxies at once
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!
Multiprocessing would be much better than multithreading due to GIL issue
Maybe even multiprocessing+asyncio would be perfect solution