
9 Oct
2009
9 Oct
'09
6:53 a.m.
Daryoush Mehrtash wrote:
I am trying to learn more about concurrent applications in Haskell by studying an existing a real application source code. I would very much appreciate if you can recommend an application that you feel has done a good job in implementing a real time application in Haskell.
It doesn't really use much concurrency, but the web server implementation detailed in Simon Marlow. Writing High-Performance Server Applications in Haskell Case Study: A Haskell Web Server http://www.haskell.org/~simonmar/papers/web-server.ps.gz is a simple and well documented example. Regards, apfelmus -- http://apfelmus.nfshost.com