Re: latest (2003) published CL-HTTP 70-190a fails on CMUCL
Karsten Poeck <[email protected]> Sun, 04 Sep 2011 20:53:33 +0200
| Newsgroups | gmane.lisp.cl-http |
|---|---|
| Message-ID | <[email protected]> |
On 03.09.11 19:48, Devon Sean McCullough wrote: > CL-HTTP 70-190a fails on CMUCL, > how can I get a newer version? > > Peace > --Devon > > PS: Not sure who to ask, JCMa and everyone here > most likely out of town for the long weekend. > Should I punt and try Hottentot or whatever? > > PPS: CSAIL sys admins are either gone too or working overtime > Failed to connect to outgoing.csail.mit.edu:25 [SMTP: Failed to connect socket: No route to host (code: -1, response: )] > > _______________________________________________ > WWW-CL mailing list > [email protected] > https://lists.csail.mit.edu/mailman/listinfo/www-cl > Hello Devon, I think you will be contacted about getting a newer development version. There is an old port of Douglas Crosher for cmucl, but the patches needed seem to be against a very old version of cl-http. A bit ago I did a very rough port that allows to start the test-site in cmucl (just single-threaded) Just tested in cmucl 20b on Lion. To see the demo-site. 1) load ..../contrib/kpoeck/port-template/load.lisp 2) (compile-all) 3) (http::start-examples :load-examples t :host "localhost" :port 8000 :type :single) and in your browser: http://localhost:8000/cl-http/frame.html Please note that is singe-threaded, so the REPL is blocked until interupted. I think on x86 there are threads available, will see whether I can get them up and running on my mac (lion) regards Karsten _______________________________________________ WWW-CL mailing list [email protected] https://lists.csail.mit.edu/mailman/listinfo/www-cl