Blog LogoBlog Logo

Tag: ConcurrentDictionary

All tags

Feedback from my DDD Scotland Talk on Parallisation

I got my feedback from my DDD Scotland 2011 talk on Parallelisation . I was actually pleasantly surprised. I guess I was being a little too self critical and...

— 10 May 2011

Parallelisation Talk Examples – ConcurrentDictionary

The example used in the talk was one I had already blogged about. The original blog entry the example was based upon is here: Parallelisation in .NET 4.0 – The...

— 21 Apr 2011

Tasks that create more work

I’m creating a program that parses a web page then follows the links and then parses the next set of web pages to eventually build a picture of an entire site....

— 01 Apr 2011

Parallelisation in .NET 4.0 - The concurrent dictionary

One thing that I was always conscious of when developing concurrent code was that shared state is very difficult to deal with. It still is difficult to deal...

— 24 Mar 2011