I have a limited list of proxies (lets say 5) that need to be logged in simultaneously (because the number of proxies may become bigger), when all of the proxies are ready, they should dynamically address one link from a list, download some data, and then proceed with another link
To login simultaneously i use Task and TaskFactory, as all of them can load at the same time, but how can i "schedule" task execution when i have a limited amount of resources (only 5 proxies at the same time)
How do i let the "proxy workers" dynamically select the next link?