Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
MSDN Blogs
>
Carl's Blog
>
All Tags
>
task parallel library
Server & Tools Blogs
>
Business Intelligence Blogs
>
Carl Nolan's Blog
All About Business Intelligence
Microsoft Business Intelligence
Information Management
Master Data Services
SSIS
Data Quality Services
Jessica Meats’ Blog
Analysis Services
Analysis Services and PowerPivot
AS_EMEA
All MSDN Analysis Services Posts
PowerPivot
Analysis Services and PowerPivot
Data Explorer
All MSDN PowerPivot Postings
Big Data
SQL Server
Carl Nolan
Reporting Services
Reporting Services
Analysis Services and PowerPivot
SQL Server
All MSDN Reporting Services Posts
Data in the Cloud
Your Data in the Cloud
Windows Azure
SQL Server
Silver Lining
Carl Nolan’s Blog
Carl Nolan’s ramblings on development
Live Now on Server & Tools Blogs
Subscribe
Comments
Home
Menu
Atom
Translate this page
Powered by
Microsoft® Translator
About Carl Nolan
I work for Microsoft Consulting Services in the UK. My primary focus is enterprise applications using C# and SQL Server. However I also have an interest in other programming paradigms, hence the interest in F#. A summary of my previous publications can be found
here
. A list of posted code can be found
here
.
Twitter Feed
Recent Posts
Hadoop .Net HDFS File Access
Posted
3 months ago
by
Carl Nolan
7
Comments
Submitting Hadoop MapReduce Jobs using PowerShell
Posted
3 months ago
by
Carl Nolan
0
Comments
Try F# 3.0 Released
Posted
3 months ago
by
Carl Nolan
0
Comments
Hive and XML File Processing
Posted
5 months ago
by
Carl Nolan
3
Comments
Tags
.Net
Action
C#
Custom Task Scheduler
F#
FSharp
Func
Parallel Processing
PLINQ
PSeq
Task
Threading
TPL
Archives
Archives
February 2013
(2)
January 2013
(1)
December 2012
(2)
November 2012
(1)
October 2012
(2)
July 2012
(4)
June 2012
(5)
May 2012
(1)
April 2012
(3)
February 2012
(3)
January 2012
(5)
December 2011
(6)
November 2011
(7)
October 2011
(8)
September 2011
(1)
August 2011
(1)
July 2011
(11)
More
▼
Less
▲
Tagged Content List
Blog Post:
Execution Time Based Heuristic Custom Task Scheduler
Carl Nolan
If you follow the samples for Parallel Programming with the .Net Framework , you may have come across the ParallelExtensionsExtras and the Additional TaskSchedulers . Although these samples cover a broad set of requirements I recently came across another that could be satisfied with the creation of a...
on
2 Oct 2012
Blog Post:
F# Parallel Execution and Future Tasks
Carl Nolan
In a previous post I talked about some options around performing parallel executions by providing some wrappers that allowed a collection of functions to be executed in parallel: http://blogs.msdn.com/b/carlnol/archive/2011/07/17/f-and-running-parallel-tasks.aspx However there is another approach one...
on
7 Nov 2011
Blog Post:
F# Parallel Processing and the Command Pattern
Carl Nolan
In a previous post I talked about a mechanism for Parallel Process Execution with Conditional Completion . This code was a direct translation from a C# pattern. However it is worth noting that the Command pattern is not actually necessary in functional languages. To demonstrate this here is a version...
on
18 Jul 2011
Blog Post:
F# and Running Parallel Tasks
Carl Nolan
Recently I have been working a lot with the Task Parallel Libraries. In doing so, in F#, you will quickly learn that one has to perform quite a bit of casting. As such I have found it useful to define some wrapper members that abstract these casting and calling schematics: type ParallelEx = ...
on
17 Jul 2011
Page 1 of 1 (4 items)