
On Wed, 30 Aug 2006, Tim Newsham wrote:
Does anyone know where I could find the source code for the Haskell web server described in the papers "Tackling the Awkward Squad" by SPJ and "Writing High-Performance Server Applications in Haskell, Case Study: A Haskell Web Server" by Simon Marlow?
I dug up an old copy of hws from the haskell CVS and a copy of hws-wp from an old CVSweb and got both to build on modern ghc. I'm using HWS as my server and have a small page with the sources which include my patches:
Feel free to contact me with questions or suggestions.
Btw. would it be possible and sensible to use the same Response and Request data structures both for the client module Network.HTTP and the Haskell Web Server? It would simplify forwarding of requests and responses.