Dynamic Compilation
Peter Simons
simons@cryp.to
11 Jun 2003 22:47:32 +0200
Keean writes:
> http://losser.st-lab.cs.uu.nl/mod_haskell/
Interesting!
> But, think of the advantages of a type-safe web-server, utilising GHC's
> light weight threads...
Well, yes, but the problem is that web server today must provide tons
of things to be suitable for production use. Authentication, CGI, even
FastCGI come to my mind, etc., etc. I don't think something like
Apache can be re-built from scratch very easily, so it's good that
Haskell support for it is available.
Peter