@bebetter said in How to Manage API Key Usage in Multi-Threaded Tasks with BAS:
Can we return the API key back to the resource after finishing a thread?
You don't need it. Just set the usage count of the resource when you create it.
1 thread == 1 mobile proxy
More threads, more proxy that's how it works
@Roy-Mustang hey i want 3 threads a proxy. Do i sit it up 3 threads == 1 Mobile proxy?
@Roy-Mustang i brought a software where it was using mobile proxy and 3 or more threads was using the same proxy. I have it working but I don't know the logic to make it wait until all threads are finish doing there task before rotating the url.