You can use TPL (Task Programming Library) to handle this.http://ift.tt/1g36glg In Parallel programming you can even execute your loop parallel which actually executes the loop in parallel. You do not have to care about thread or queues and the low -level work is done by this library. Great library to deal with these type of scenarios.
Ovais Mehboob Ahmed Khan http://ift.tt/QpZN9d
No comments:
Post a Comment