[plt-scheme] Industrial servlets and Apache
On Monday, August 11, 2003, at 07:12 AM, MJ Ray wrote:
>
> Noel Welsh <noelwelsh at yahoo.com> wrote:
>> [...] This is what Jakarta Tomcat does. They have
>> a protocol (can't remember the name) and
>> mod_whatever-the-protocol-is-called.
>
> I think there's ajp13 and mod_webapp, I think. mod_webapp is newer.
> ISTR that only one works with apache2, last I tried.
Another option is FastCGI. The protocol is mature and already has
implementations available for Common Lisp to use as a starting point.
Details can be found at http://www.fastcgi.com/.