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. _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe