Sign In
gordonhogenson
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
F#
MailboxProcessor
Archive
Archives
January 2011
(5)
MSDN Blogs
>
gordonhogenson
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
gordonhogenson
Using MailboxProcessor.Scan for communication between F# agents
Posted
over 1 year ago
by
GordonHogenson1
0
Comments
In a previous post , I presented a background job manager in F# using the MailboxProcessor . In this post, I'll try to keep the number of background jobs equal to the number of processors on the machine. The number of processors that is meaningful here...
gordonhogenson
Using F# agents and cancellation tokens to manage background jobs
Posted
over 1 year ago
by
GordonHogenson1
4
Comments
In a previous post , I created an F# agent that runs background computations. However, it was limited in that it allowed the user no control over the jobs. Really, I want a more flexible system that allows the user to cancel currently running jobs. To...
gordonhogenson
Using F# agents to manage background jobs
Posted
over 1 year ago
by
GordonHogenson1
0
Comments
In a previous post , I started out with some simple F# agents. As we saw previously, agents process messages in a queue and perform actions in response. In the previous post, I created a simple console application that starts an agent, and then starts...
gordonhogenson
F# agents with timeouts
Posted
over 1 year ago
by
GordonHogenson1
1
Comments
In my previous post , I showed a code snippet with a very simple F# agent console application. You run the app from the console, and every time you enter a line of text, it generates a new message and posts it to the message queue of an F# agent. An agent...
gordonhogenson
Welcome to Gordon Hogenson's F# Blog
Posted
over 1 year ago
by
GordonHogenson1
3
Comments
I'm the technical writer who wrote most of the MSDN documentation for F#, and I decided to start a less formal channel of communication to share some of what I'm learning about F# and associated technologies. But first a few notes about how to let...
Page 1 of 1 (5 items)