[Haskell-cafe] Re: Any example of concurrent haskell application?
Heinrich Apfelmus
apfelmus at quantentunnel.de
Fri Oct 9 06:53:58 EDT 2009
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
More information about the Haskell-Cafe
mailing list