Re: Lisp and Web Programming
- From: "david.tolpin@xxxxxxxxx" <david.tolpin@xxxxxxxxx>
- Date: 4 Jun 2005 10:41:05 -0700
> To add a module like mod_lisp you don't have to recompile Apache.
>
> <http://httpd.apache.org/docs/dso.html>
>
I knew someone would say it the moment I pressed the 'post' button. If
you have Apache properly installed with DSO compiled in, you don't have
to recompile it, but still need access to its configuration, and need
to restart it. It is not always the case. In particular, many of my
programs run on servers where I cannot add a dso module to Apache.
But I don't need them. Common Lisp based CGIs are fast and smart, they
are faster than C programs and smarter than Python and Perl scripts. I
just do with CGIs only most of the time, and when I need state (and I
rarely do), I let them connect to a long running applications. It is
functional programming, after all.
David
.
- 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: Edi Weitz
- Lisp and Web Programming
- Prev by Date: Re: Lisp and Web Programming
- Next by Date: Re: Garbage Collection Survey
- Previous by thread: Re: Lisp and Web Programming
- Next by thread: Re: Lisp and Web Programming
- Index(es):