[Haskell-cafe] Haskell FCGI server.

Donald Bruce Stewart dons at cse.unsw.edu.au
Sat Aug 4 23:40:20 EDT 2007


george.moschovitis:
> 
>    is it possible to create a FCGI server that listens to a
>    specific port using the Haskell FCGI library?
>    The front end web server would then communicate with this
>    back end FCGI server through this port.
>    A small example would be really appreciated.
>    thanks,

Yep, certainly possible. lambdaweb does this, as should others. AFAIK
its just like using fastcgi in any other language.

    http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fastcgi-3000.0.0

-- Don


More information about the Haskell-Cafe mailing list