All about Async/Await, System.Threading.Tasks, System.Collections.Concurrent, System.Linq, and more…
Over on his blog, Don Syme has a post about F# and Parallel Extensions:
"Over the coming year I expect we'll be seeing this library used very widely from F#, and we'll eventually be using the TPL as a key underlying technology for F# asynchronous workflows. TPL excels at CPU-intensive parallelism and exploiting multiple cores, especially in conjunction with functional programming. This makes it ideal for use with F#."
Exciting stuff. In the meantime, you can see an example of the Task Parallel Library being used from F# on Jurgen van Gael's blog. Thanks for the example, Jurgen!
PingBack from http://msdnrss.thecoderblogs.com/2007/12/19/f-and-the-task-parallel-library/
I had some trouble with the comments and moved my blog to http://undirectedgrad.blogspot.com/. The post on F# and TPL is now at:
http://undirectedgrad.blogspot.com/2007/12/f-and-task-parallel-library.html
Thanks; I've updated the link in the post.
How can i write a distributed Software
is there any platform in .NET to write such code?
and is there any facility to use MPI?
tanx
http://www.osl.iu.edu/research/mpi.net/