[Lispweb] Araneida

Brian Mastenbrook bmastenb at cs.indiana.edu
Thu Apr 21 19:21:54 CDT 2005


Rudi Schlatte wrote:
> ok, add (asdf-install:install :aserve) at the beginning :)
> 
> And to avoid frustration on the first try, the third line should read 
> (net.aserve:start :port 8080 :chunking nil :listeners 0), to get it 
> running on platforms where neither multithreading nor chunking are 
> implemented.
> 
> Rudi

If you run without multithreading, does aserve use something like 
serve-event if available? One of the things I like the most about my 
current environment for web development is that even on non-threaded 
platforms, I can have an SBCL that's listening for HTTP requests and 
respondant to SLIME requests at the same time. This doesn't work on 
clisp because there's no standard equivalent to serve-event, and no way 
to use the builtin REPL either when using the socket select function.

-- 
Brian Mastenbrook
brian at mastenbrook.net



More information about the lispweb mailing list