I can't get TBNL to stay responsive reliably on SBCL/ppc (which is a no-threads platform). Among other things, it will block in read-line (get-apache-command) when the connection from apache has gone away. Hitting Control-C interrupts the read and pushes the process back to the place where it's accepting the new connection from apache.
(Using mod_lisp2).
Does anyone have experience with this platform? Is it expected to work?
Thanks,
--Chris