Blog LogoBlog Logo

Tag: Task Parallel Library

All tags

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...

— 17 Jul 2018

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...

— 16 Jul 2018

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...

— 12 Sep 2016