chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] A project: mod_seas


From: Andreas Rottmann
Subject: Re: [Chicken-users] A project: mod_seas
Date: Mon, 28 Feb 2005 14:10:02 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

Julian Morrison <address@hidden> writes:

> Ed Watkeys wrote:
>
>> Hi,
>>
>> For the last few days, I've been working on a little project,
>> mod_seas.  It's an Apache 2.0 module written in C that sends Apache
>> requests to an  external process in the form of an s-expressions. It
>> reads a reply and  sends it to the client. My goal is eventually
>> build something that will  cease pointless writing of HTTP servers
>> in Scheme.
>
> You'd be better writing a parser and applet wrapper for either Apache
> java Protocol
> (http://jakarta.apache.org/tomcat/faq/connectors.html#jk) or Fast CGI
> (http://www.fastcgi.com/). Preferably FCGI, since that's specifically
> designed to be implementation-independent.
>
Note there is also SCGI[0], which does about the same as FastCGI, but is
a lot simpler. In fact, it's almost the same as you have done, but
without s-exps.

[0] http://www.mems-exchange.org/software/scgi/

Cheers, Rotty
-- 
Andreas Rottmann         | address@hidden      | address@hidden | address@hidden
http://yi.org/rotty      | GnuPG Key: http://yi.org/rotty/gpg.asc
Fingerprint              | DFB4 4EB4 78A4 5EEE 6219  F228 F92F CFC5 01FD 5B62

Life is a sexually transmitted disease.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]