Hi,
On Sun, 19 Nov 2006 21:25:26 +0000, "Luís Oliveira" luismbo@gmail.com wrote:
I've added a new keyword argument :MODE to START-SERVER that can be one of :THREADED or :SERVE-EVENT and implemented serve-event support for SBCL and CLISP. This is a preliminary patch. No real-world testing or documentation yet. It might however already be useful for people doing development on, e.g., SBCL/OSX.
Nice. Don't hesitate to send a patch once you think it's mature enough. (A "real" patch should of course also include the necessary documentation... :)
Also, regarding CLISP, it complains about WRITE-SEQUENCEing a sequence of (unsigned-byte 8) to a flexi-stream with a character element-type. See the START-OUTPUT function in headers.lisp towards the end. Not sure if that was the best fix or whether it should be conditionalized for CLISP.
Do you have the latest version of FLEXI-STREAMS? I thought the CLISP issues were gone, but I don't use CLISP, so I'm not sure.
Cheers, Edi.