This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: HTTP Server


On Mon, 17 Aug 1998 16:14:48 -0500, you wrote:

>    The rather slow startup time of guile has been giving me fits when
>    it comes to CGI scripts.
>
>    To overcome this, I have written a HTTP server in Guile named
>    Shadow.  For a limited time, you can connect to it at:
>
>      http://www.cannonexpress.com:1080


There is a small http server with embedded guile called Jael.

     http://linux.mit.edu/jael/

It basically starts guile once and then forks each time it evaluates
embedded scheme code.

Dale