Browse by Tags

All Tags » F# » Functional Programming » Concurrency (RSS)

Async Computation Expressions - Resource and Exception Management by podwysocki

For the next part of my coverage of Asynchronous Computation Expressions, I'm going to talk about the things you get for free when you use them. I was reminded of this during a recent chat with Greg Young about how hard it was during asynchronous operations...

Adding Async Operations to Asynchronous Computation Expressions in F# by podwysocki

Asynchronous Computation Expressions are an extremely powerful feature in F#. It's important to not only know how to use them, but also to extend the behavior so that other classes can bind and perform asynchronous behavior. What I want to show in this...

Task Parallel Library and Async Computation Expressions by podwysocki

Very recently, I've given a few talks on Asynchronous and Concurrent Programming in F#. In this talk, I gave a brief overview of the options you have when dealing with concurrency and asynchronous behavior. During these talks, I was asked a few times...

Reminder- DC ALT.NET Meeting - 6/24/2008 - Applied Functional Programming with F# by podwysocki

Just a reminder about tonight's DC ALT.NET meeting. I hope some from the FringeDC and the NoVA Language Group can make it out tonight as it's quite on topic. The June meeting for DC ALT.NET has been set up for June 24th from 7-9PM. Check out our site...

Concurrency in .NET - Learning from Erlang by podwysocki

I'm finally getting back to my concurrency in .NET posts after a brief hiatus after I got sidetracked on various other functional programming issues such as some language oriented programming and functional C#. In the previous post , I talked about MPI...

Concurrency with MPI in .NET by podwysocki

In my previous post , I looked at some of the options we have for concurrency programming in .NET applications. One of the interesting ones, yet specialized is the Message Passing Interface (MPI). Microsoft made the initiative to get into the high performance...
More Posts