I am writing CGI scripts in Haskell and would prefer not to pay the
process creation overhead of CGI.

Apache allows you to compile apache modules directly into the httpd.
You just need to make sure that the code exports functions the functions
that apache requires.

The Netscape Server API has a similar strucutre (but works as a DLL).

Greencard allows Haskell to call C (or Corba).  Is there a way to give C
code access to Haskell functions?

-Alex-
___________________________________________________________________
S. Alexander Jacobson                   i2x Media  
1-212-697-0184 voice                    1-212-697-1427 fax


Reply via email to