Parallel Computing
Parallel Computing is a one of the new feature included in .NET framework 4.0. It is an multitheading programming model which executes asynchronously to increase the performance of the application
The following technologies are available in .NET 4.0 with parallel computing implementation
a. Task Parallel Library
b. Parallel LINQ
c. Data Strutures for parallel Programming
d. Parallel Diagnostic Tool
e. Custom partitioners for PLINQ and TPL
f. Task Factories
g. Task Schedulers
h. Lambda Expression in PLINQ and TPL
We will see details about each technology in forthcoming articles.
No comments:
Post a Comment