Tag: Task Parallel Library
Creating a Throttle with an ActionBlock - Addendum (Cancelling)
In my previous post I described how to create a throttle with an action block so you wouldn't have too many tasks running simultaneously. But what if you want...
Creating a Throttle with ActionBlock
We have an application that needs to perform a repetitive task on many external services and record then aggregate the results. As the system has grown the...
But why is the iterator operating in multiple-threads
Background Recently, I had a bit of a problem with NHibernate when I was converting some code into parallel tasks. (If you have no interest in NHibernate, then...
