axel foley

axel foley

  • NA
  • 1
  • 3.9k

System.Threading.Tasks - Limit the number of concurrent Tasks

Nov 10 2010 2:26 PM
Hi,

Im trying to find a way to limit concurrent running tasks using system.threading.tasks kinda like threadppol. Each task i run require network ressource wich become saturated without a task limitation.

Thanks!