Re: production setup

"Marc Battyani" <[email protected]> Tue, 3 Oct 2006 10:21:34 +0200
Newsgroups gmane.lisp.web
Message-ID <01c001c6e6c4$f0276550$1402a8c0@marcx2>
"Damir Horvat" <[email protected]> wrote:

> I'd like to know what is your preffered web development environment?
[...]
> So I ask here, what is your preferred _free_ setup for web development
> using Lisp, which you also consider production ready?
> Are you using SQL or some in-memory database?

I use Apache+mod_lisp+LW+Postgresql for complex banking applications and 
they have never crashed in several years.
I use the same setup for www.cl-user.net (without Postgresql) and it has not 
crashed since I started it in december 2005. IIRC it has served more than 
60M requests so far.

You should try TBNL which offers the same setup.

Marc