Tag: ConcurrentDictionary
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...
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...
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....
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...
