Re: Lisp and Web Programming
- From: "david.tolpin@xxxxxxxxx" <david.tolpin@xxxxxxxxx>
- Date: 4 Jun 2005 15:46:58 -0700
> >>Apache is just one particular web server implemented in C for posix
> >>systems. There are many others supporting CGI. I don't want to
> >>recompile Apache just to write a web application in Common Lisp.
> >>
> > Is Apache difficult to recompile? Do recompilations consume untoward
>
> You don't need to recompile Apache. Just compile the module and add
> it to the config. Here's the line you have to enter when you want to
> compile and add mod_lisp to your Apache:
>
> apxs -c -i -a mod_lisp.c
The key word is 'your'. Most apaches I deal with I not mine. I have my
public_html with +ExecCGI, and that's it. Some Apaches I deal with are
built without DSO support. Some servers I deal with do not even run
Apache.
mod_(perl|python|php|lisp) is a hack. With Python, Perl and PHP there
is an excuse for the hack: those programs are deadly slow to start.
With Lisp and memory images, when the startup time is hundredths of
seconds, there is no need for mod_lisp.
David
.
- Follow-Ups:
- Re: Lisp and Web Programming
- From: david.tolpin@xxxxxxxxx
- Re: Lisp and Web Programming
- References:
- Lisp and Web Programming
- From: Emre Sevinc
- Re: Lisp and Web Programming
- From: drewc
- Re: Lisp and Web Programming
- From: david.tolpin@xxxxxxxxx
- Re: Lisp and Web Programming
- From: Marco Baringer
- Re: Lisp and Web Programming
- From: david.tolpin@xxxxxxxxx
- Re: Lisp and Web Programming
- From: Brandon J. Van Every
- Re: Lisp and Web Programming
- From: Stefan Scholl
- Lisp and Web Programming
- Prev by Date: Re: Lisp and Web Programming
- Next by Date: Re: How to make mod_lisp faster than php?
- Previous by thread: Re: Lisp and Web Programming
- Next by thread: Re: Lisp and Web Programming
- Index(es):
Relevant Pages
|
|