-
Archives
- June 2012
- May 2012
- February 2011
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
Category Archives: Axum
Pondering Axum + F#
It’s been a while since I’ve posted about Axum as I’ve been posting about other asynchronous and parallel programming models. After two releases of the Axum standalone language and lots of good user feedback, it’s time to ponder what could … Continue reading
Also posted in Concurrency, F#, Functional Programming
7 Comments
Axum – Ping Pong with Ordered Interaction Points
UPDATE: Removed code and explained that what I had was not intended behavior After a slight diversion into F# mailbox processing, it’s time to come back to talk a little bit more about Axum. In our last Axum post, we … Continue reading
Also posted in Concurrency, Erlang, F#, Haskell
Leave a comment
Actors in F# – The Bounded Buffer Problem
In the previous post, I covered an example of an auction simulation using asynchronous message passing and a shared nothing approach using the MailboxProcessor class in F#. The auction example was a great piece to demonstrate scalability by adding additional … Continue reading
Also posted in Concurrency, Erlang, F#, Functional Programming
1 Comment
F# Actors Revisited
UPDATE: Removed ref cells to use two recursive loops In the previous post, I covered briefly about the actor model in F#. This style of concurrency, using asynchronous message passing and a shared-nothing approach through the use of mailboxes is … Continue reading
Also posted in Concurrency, Erlang, F#, Functional Programming
4 Comments
Axum – Ping Pong with Dataflow Networks
In the previous post, I gave the canonical Ping-Pong example in Axum and how it compared with Axum. I want to revisit this post because there are some areas in which we can rework it in addition to the other … Continue reading
Also posted in Concurrency, Erlang, F#, Haskell
1 Comment
Axum – Introduction and Ping Pong Example
As it was announced last week, Axum, a .NET Domain Specific Language around safe, scalable parallel programming through the actor model and message passing was released to the world as a CTP. It was noted, that although this is an … Continue reading
Also posted in Concurrency
5 Comments
Axum Hits CTP
As I relayed in an earlier post about the soon availability of Axum, well, today is the day. I noted before that Microsoft has still not decided whether to release this as a real project, and needs feedback from users … Continue reading
Also posted in Concurrency, DSLs
2 Comments