Re: [Haskell-cafe] source code for haskell web server?

2006-09-28 Thread Einar Karttunen
On 27.09 13:03, Pasqualino 'Titto' Assini wrote: There is also the HAppS application server and the HaskellNet library. Would not be possible to merge the protocol-handling parts of all these libraries into a generic Internet Haskell server that could then be expanded to support CGIs,

Re: [Haskell-cafe] source code for haskell web server?

2006-09-28 Thread Einar Karttunen
On 28.09 15:33, Bulat Ziganshin wrote: Hello Einar, Thursday, September 28, 2006, 1:25:55 PM, you wrote: Historically HAppS has used ByteStrings in HTTP, while most other libraries have used Strings. why not use StringLike class here? you can find implementation at darcs get

RE: [Haskell-cafe] source code for haskell web server?

2006-09-27 Thread Pasqualino 'Titto' Assini
Message- From: [EMAIL PROTECTED] [mailto:haskell-cafe- [EMAIL PROTECTED] On Behalf Of Bjorn Bringert Sent: 27 September 2006 12:15 To: Tim Newsham Cc: Henning Thielemann; haskell-cafe Cafe Subject: Re: [Haskell-cafe] source code for haskell web server? On 4 sep 2006, at 20.24, Tim

Re: [Haskell-cafe] source code for haskell web server?

2006-09-04 Thread Henning Thielemann
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?

Re: [Haskell-cafe] source code for haskell web server?

2006-09-04 Thread Tim Newsham
Since there are a lot of modifications of HWS around now, it seems to be worthwhile to combine the efforts. E.g. I adapted the HWS adaption provided by WASH http://www.informatik.uni-freiburg.de/~thiemann/WASH/#wsp for my needs. For instance in Request.hs I removed the call to

Re: [Haskell-cafe] source code for haskell web server?

2006-08-31 Thread Henning Thielemann
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?