Re: Announcement: Hunchentoot
Stefan Scholl <[email protected]> Tue, 10 Oct 2006 21:40:21 +0200
| Newsgroups | gmane.lisp.web |
|---|---|
| Message-ID | <[email protected]> |
On 2006-10-10 21:16:59, Edi Weitz wrote: > server written in Common Lisp which can be operated stand-alone but > also as a back-end for mod_lisp. Hunchentoot was previously only BTW: The Rails people nowadays really like using a (to some degree) Ruby httpd behind a reverse proxy, namely Mongrel. Simpler and more reliable than the FastCGI solutions. So, the stand-alone capabilities of Hunchentoot are very important if you want to be sure you can optimize your web app in case it gets a huge success. Always a good feeling to be able to scale. lighttpd + Hunchentoot, or some load balancing with pound. Whatever you need. -- Web (en): http://www.no-spoon.de/ -*- Web (de): http://www.frell.de/