|
Prev: postmodern thread safety in prepared statements functionality
Next: Brand Watches Baume & Mercier Classima XL Mens Date Auto SS 8462 Discount, Swiss, Fake
From: gavino on 23 Apr 2008 16:48 hm I re discoved tomcat being used standalone without apache. Tomcat site says it is faster to use no apache. Supports ssl too. I imagine if redone in lisp it would be even better. Is hunchentoot or whatever the latest lisp web/app server is able to use ssl? can it perform fine without apache?
From: Brian Adkins on 23 Apr 2008 18:35 On Apr 23, 4:48 pm, gavino <gavcom...(a)gmail.com> wrote: > hm I re discoved tomcat being used standalone without apache. > Tomcat site says it is faster to use no apache. > Supports ssl too. > > I imagine if redone in lisp it would be even better. > > Is hunchentoot or whatever the latest lisp web/app server is able to > use ssl? can it perform fine without apache? Hey, would you mind replying to this? I need to test something.
From: John Thingstad on 24 Apr 2008 00:08 P� Wed, 23 Apr 2008 22:48:52 +0200, skrev gavino <gavcomedy(a)gmail.com>: > hm I re discoved tomcat being used standalone without apache. > Tomcat site says it is faster to use no apache. > Supports ssl too. > > I imagine if redone in lisp it would be even better. > > Is hunchentoot or whatever the latest lisp web/app server is able to > use ssl? can it perform fine without apache? I use Hunchentoot standalone in LispWorks with openSSL. It can run standalone or under fast-cgi, mod-lisp, as a proxy under Apache. -------------- John Thingstad
From: Vagif Verdi on 24 Apr 2008 16:22
On Apr 23, 1:48 pm, gavino <gavcom...(a)gmail.com> wrote: > Is hunchentoot or whatever the latest lisp web/app server is able to > use ssl? can it perform fine without apache? Yes, hunchentoot works with SSL, and it runs standalone without apache. |