Subject: Re: free cl implementation for web-based app ?
From: rpw3@rpw3.org (Rob Warnock)
Date: Fri, 15 Aug 2003 08:31:44 -0500
Newsgroups: comp.lang.lisp
Message-ID: <VGidnXC77OldfaGiXTWc-w@speakeasy.net>
ctu <turle@wanadoo.fr> wrote:
+---------------
| i want to write a web-based application in lisp :
| 
| - what is the best Common lisp implementation under windows with
|   multi-threading ( for server-side ) and free ? Now, i'm just seeing
|     Corman-Lisp.
+---------------

I don't know about "best", but I've been using CMUCL with great success
(sitting between Apache and PostgreSQL), creating a CMUCL "process"
(green thread, really) per web hit.


-Rob

p.s. I've always wondered: Why do people call within-a-single-O/S-process
threads (a.k.a. coroutines) "green"?

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