This is really good stuff :)
I've also been exploring the world of CCR/F# and think it's an excellent duo.
Can't wait for the next bunch of articles.

From what I can tell, an F# async workflow is functionally the same as a CCR iterator (IEnumerator<ITasks>) that lets you write synchronous-looking code that actually executes asynchronously.

Also, the CCR allows greater flexibility in specifying the thread pools (number of threads, priority, etc) than F# async workflows does. F# async workflows use the .NET ThreadPool, correct?

Is there any parallel to TeardownReceiverGroup/ExclusiveReceiverGroup/ConcurrentReceiverGroup, or does F# still require explicit locking?

By on 11/23/2008 5:47 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper