Browse by Tags

All Tags » Axum (RSS)

Pondering Axum + F# by podwysocki

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 be with Axum...

Axum – Ping Pong with Ordered Interaction Points by podwysocki

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 discussed using dataflow networks...
Filed under: , , , ,

Actors in F# – The Bounded Buffer Problem by podwysocki

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...

F# Actors Revisited by podwysocki

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 a pretty...
Filed under: , , ,

Axum – Ping Pong with Dataflow Networks by podwysocki

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 solutions we’ll visit. Some parts were needlessly...
Filed under: , , , ,

Axum – Introduction and Ping Pong Example by podwysocki

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 initial release, that...
Filed under: , ,

Axum Hits CTP by podwysocki

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 like yourself. On the Axum site...
Filed under: ,
More Posts