0
comment
comment
on 1/12/2011 5:38 PM
Welcome to part 1
A while back I read an interesting article by Brian McNamara f-async-on-the-server-side
which describes C# and F# versions of a simple asynchronous
socket server, one of the driving forces behind the article was how F# can
wrap the traditional asynchronous model with Asynchronous Workflows, this
produces nice clean simple code compared to the C# version which uses lambda
expressions, the code looks quite ugly in this style! However thats not the
end of the story, a lot of memory fragmen[...]