[Haskell-cafe] Any example of concurrent haskell application?
Don Stewart
dons at galois.com
Thu Oct 8 14:25:19 EDT 2009
dmehrtash:
> 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.
>
hmp3 uses a read thread to reduce user input latency. Lambdabot is an
IRC gateway that forks a thread for every message. hyena is a heavily
concurrent web server. All on Hackage.
More information about the Haskell-Cafe
mailing list