Welcome to MSDN Blogs Sign in | Join | Help

May 2009 - Posts

LAgent : an agent framework in F# – Part I – Workers and ParallelWorkers

Download framework here . All posts are here: Part I - Workers and ParallelWorkers Part II - Agents and control messages Part III - Default error management Part IV - Custom error management Part V - Timeout management Part VI - Hot swapping of code Part
Posted by lucabol | 1 Comments
Filed under:

Luke talks about F# on Channel9

Here you go: http://channel9.msdn.com/posts/Charles/Luke-Hoban-Latest-version-of-F-Released-Whats-the-story-Whats-next/
Posted by lucabol | 1 Comments
Filed under:

A version of the AsyncCache found its way into the Parallel Programming samples …

Go here to download them. It is in \ParallelExtensionsExtras\CoordinationDataStructures. It has a slightly different design in that it returns Tasks. I’m trying to get Stephen to blog about it so that you can compare them.
Posted by lucabol | 3 Comments
Filed under: , ,

I talk about C# and VB Co-Evolution on Channel9 (and some F# …)

The title says it all. If you are interested, go here .
Posted by lucabol | 3 Comments
Filed under: , ,

An Async Html cache – part II – Testing the cache

Other posts: Part I – Writing the cache Let’s try out our little cache. First I want to write a synchronous version of it as a baseline. Private Shared Sub TestSync( ByVal sites() As String , ByVal sitesToDownload As Integer , ByVal howLong As Integer
Posted by lucabol | 2 Comments
Filed under: ,

Attachment(s): AsyncCache.vb
 
Page view tracker