Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am looking for a way to set a Fixed concurrent tasks number..
As far as i know Task.Factory does not have anything like and i'm stuck.

I've also though about the BlockingCollection and the Producer-Consumer model but i'm not sure if this is the right implementation as i have about 150 created tasks and i want em to start two by two.

Thanks
Posted

1 solution

Have a look at the ThreadPool class and TaskScheduler class. And... I think the third link might be a good example of what you are looking for.
http://msdn.microsoft.com/en-us/library/system.threading.threadpool.aspx[^]
http://msdn.microsoft.com/en-us/library/system.threading.tasks.taskscheduler.aspx[^]
http://msdn.microsoft.com/en-us/library/ee789351.aspx[^]

Good luck!
 
Share this answer
 
Comments
Freeboss 13-Dec-11 20:18pm    
The last link was exactly what i was looking for..

Thank you very much!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900