Parallel Programming
Bruno Boucard is looking for the free lunch
Sign in
|
Join
|
Help
Home
Contact
About
RSS for Posts
Atom
RSS for Comments
Blog Archive List
October 2011 (1)
September 2011 (1)
April 2011 (7)
March 2011 (4)
November 2010 (4)
May 2010 (1)
April 2010 (1)
March 2010 (4)
February 2010 (2)
January 2010 (1)
December 2009 (7)
Blog Search Form
Go
Tag Cloud
.NET 4.0
Article
Asynchrony
C# 5.0
C++ AMP
C++0x
CancellationToken
CLR
Comment Parallèliser
CPU
GPU
HPC Server
Intel Software Conference
Interviews
Modèliser Parallèle
Open CL
Parallel Patterns
PLINQ
Pourquoi passer à la programmation parallèle
PPL
TC3
TPL
TPL Dataflow
Visual Studio 2010
Wintellect
Related Blogs
Développement Parallèle
Parallel Computing Dev Center
Parallel Programming with .NET
Parallel Programming in Native Code
A View into the Behavior of Your Parallel Application
Browse by Tags
All Tags
»
Article
(
RSS
)
.NET 4.0
TPL
Visual Studio 2010
Parallel Programming – Task-Oriented Parallel - Part 2
by
BrunoBoucard
Task-Oriented Programming In the previous post , I showed that threads should be saved for very specific uses because of their prohibitive costs. However, on many operating systems, programming languages expose a Thread API...
Filed under:
Visual Studio 2010
,
TPL
,
.NET 4.0
,
Article
Parallel Programming - Task-Oriented Parallel - Part 1
by
BrunoBoucard
Why give up the threads? Remember Windows NT 3.1 The more senior readers will remember that system threads were introduced on the Windows platform in 1993 with the advent of the first 32-bit Microsoft system, Windows NT 3.1. Back then, most...
Filed under:
Visual Studio 2010
,
TPL
,
.NET 4.0
,
Article