Subject: Re: looking for a Lisp job..
From: rpw3@rpw3.org (Rob Warnock)
Date: Fri, 24 Aug 2007 22:23:39 -0500
Newsgroups: comp.lang.lisp
Message-ID: <nMOdnVmpVc0mPVLbnZ2dnUVZ_oytnZ2d@speakeasy.net>
<alexisricharte@gmail.com> wrote:
+---------------
| Does anybody here have a different experience in terms
| of a high-load / availability lisp-based site?
+---------------

I've been using CMUCL on several fairly low-load sites,
the busiest getting ~60k hits in the last 3 years, with
peak traffic being one every couple of seconds [like I said,
"low-load"], and even though I do use its green threads
[spawning a new one for every HTTP request] it's never
crashed on me.

[My *app* occasionally crashed in the early days, but
that wasn't CMUCL's fault! And I was able to patch it
and keep running without restarting CMUCL.]

My app infrastructure uses HTOUT <http://www.cliki.net/htout>
for HTML generation, and PG <http://www.cliki.net/Pg>
to connect to PostgreSQL.

YMMV, but I think it'd be just fine for the development
and early-deployment stages. If you had to switch to
something else later, well, at least you'd have some
realistic working code to benchmark it with!


-Rob

-----
Rob Warnock			<rpw3@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607