Re: Lisp and Web Programming
- From: "david.tolpin@xxxxxxxxx" <david.tolpin@xxxxxxxxx>
- Date: 4 Jun 2005 03:14:17 -0700
> You don't want to use CGI at .. trust me : .. CGI is a hack at best.
>
CGI is de facto standard bridge between a web server and an
application. mod_lisp is a hack -- it is a C program grafted into one
particular implementation. FastCGI is slightly better than mod_lisp but
only exists because writing a fast cGI bridge requires C programming
anyway; unless the bridge is written in LISP.
CGI implemented in Common Lisp is an excellent solution: it eliminates
to patch a fix the web server, is written in good language, and runs
faster than a C program doing the same job. And then, when you need
state, you can connect to a persistent program from within the bridge.
David Tolpin
.
- Follow-Ups:
- Re: Lisp and Web Programming
- From: Marco Baringer
- Re: Lisp and Web Programming
- References:
- Lisp and Web Programming
- From: Emre Sevinc
- Re: Lisp and Web Programming
- From: drewc
- Lisp and Web Programming
- Prev by Date: Re: How to make mod_lisp faster than php?
- Next by Date: Re: Lisp and Web Programming
- Previous by thread: Re: Lisp and Web Programming
- Next by thread: Re: Lisp and Web Programming
- Index(es):
Relevant Pages
|
|