DotNetShoutout - Stories tagged with multi-threading
4
Shouts

A brief overiew of the new Parallel Extensions in .NET Framework 4 « Mehroz’s Experiments

posted by mehrozmehroz 1156 days, 8 hours, 26 minutes ago
Thursday, March 25, 2010 2:14:29 PM GMT
We have been creating multi-threaded applications with the previous versions of .NET framework, but most of the times, the objective of such multi-threading was to keep the user interface active in case of any IO or network operation going on. However, to cope with the current era of multi-core processors, we need to additionally parallelize our business logic operations to best utilize the computational powers. This post will walk through some of the inconveniences with the traditional multi-threading t... (more)
category: How To | clicked: 0 | comment | | source: smehrozalam.wordpress.com
tags: .net 4, Parallel, Parallelism, thread pool, multi-threading, data parallelism, task parallelism