Follow Up
I was asked a question during the talk I wasn’t immediately able to answer which I’ve now found the definite answer. What happens to parallel tasks running in the background when the application exits?
Examples
Here are all the examples from Saturday’s introductory talk on Parallelisation at DDD Scotland 2011.
- Starting tasks
- Parallel.Invoke example
- Parallel.For example
- Parallel.ForEach example
- Basic PLINQ example
- Tasks within Tasks example
- Data Management
- Independent Object Graphs example
- ConcurrentBag example
- ConcurrentDictionary example
- Error Handling
- AggregateException example
Slide Deck
The slide deck is also available as a PDF file (3.0 Mb)
Filed under: Community, Parallelisation Talk Examples, Parallelization Talk Examples, Talk Examples Tagged: DDD Scotland, parallelisation, parallelization, presentation
