InfoQ

News

Article: Asynchronous Workflows in F#

Posted by James Vastbinder on Mar 27, 2008 11:40 PM

Community
.NET
Topics
Language,
Dynamic Languages,
Programming,
.NET Framework
Tags
F#
In this article Robert Pickering demonstrates an interesting use of asynchronous workflows in F#.  Asynchronous workflows are a BCL operation and are applicable to all .NET programming languages.

In regards to the value of asynchronous workflows, in Robert's own words:
When working with the .NET BCL all I/O operations use one of two models, the synchronous model or the asynchronous model. .... In my experience most programmers tend to use synchronous model because of its simplicity and because there are many class in the BCL that only support the synchronous model, but in many case the asynchronous programming model can produce a more responsive and more scalable application.
Robert then provides several code samples and quantifies the performance improvements gained through the use of asynchronous workflows. 

Enjoy Beyond Foundations of F# - Asynchronous Workflows written exclusively for InfoQ readers.

1 comment

Reply

Thanks by seri katil Posted Apr 2, 2008 12:32 PM
  1. Back to top

    Thanks

    Apr 2, 2008 12:32 PM by seri katil

    Hepl Blog >>> evden eve nakliyat

Exclusive Content

Getting Started with Grails

Jason Rudolph discusses Java/Grails integration, Grails plugins, creating a Grails sample application, Grails app structure, data querying and persistence, validation, controllers and tag libraries.

Creating Product Owner Success

The Scrum Product Owner role is powerful, valuable and challenging to implement. It brings healthier relationships between customers and developers, and competitive advantage - if you do it right.

Book Excerpt and Interview: Effective Java, Second Edition

Effective Java, Second Edition by Joshua Bloch is an updated version of the classic first edition, which won a 2001 Jolt Award. InfoQ asked Bloch questions about the areas that the new edition covers.

Tapestry for Nonbelievers

A new article by I. Drobiazko and R. Zubairov introduces v. 5 of the Apache Tapestry component-oriented web framework. The tutorial shows how to create a component and covers IoC in Tapestry and Ajax.

Pete Lacey on REST and Web Services

In this interview, Burton Group consultant Pete Lacey talks to Stefan Tilkov about his disillusionment with SOAP, his opinion on REST, and addresses some of the perceived shortcomings REST vs. WS-*.

Business Natural Languages Development in Ruby

Jay Fields presents his concept of Business Natural Languages - a type of Domain Specific Languages geared towards being readable by domain experts.

Distributed Version Control Systems: A Not-So-Quick Guide Through

Adoption and interest for Distributed Version Control Systems is constantly rising. We will introduce the concept of DVCS and have a look at 3 actors in the area: git, Mercurial and Bazaar.

Segundo Velasquez and Agile as Seen Through the Customer's Eyes

Deborah Hartmann interviewed Segundo Velasquez about his experience as customer with an Agile team during the initial phase of software design of a product.