
[...]
Michael> That said, I intend to port hack-handler-fastcgi to WAI in the Michael> not-too-distant future. If anyone needs it sooner, just send Michael> me an e-mail, it will probably take very little time to port Michael> since it was simply a layer on top of hack-handler-cgi.
No, rush here, but the whole Yesod/WAI development looks quite encouraging that we can get solid platform for web development in Haskell pretty soon. :-)
What about Happs guys? Are they involved in WAI?
During the planning of WAI, they mentioned that Happstack uses the sendfile system call for optimizing sending of static files. WAI includes support for
Michael> Of course, there's a whole range of WAI backends that are Michael> possible. SimpleServer is not that great a production server, Michael> so I wouldn't mind getting Hyena or Happserver working with
Michael> If we get really adventurous, we could aim for a mod_haskell.
If mod_haskell means Apache, we do not need it here preferring stuff like Cherokee/nginx/...
I also wouldn't have a use for mod_haskell, but it seems every "cool kid on
On Wed, Mar 10, 2010 at 8:00 AM, Gour