[tbnl-devel] Problem with ppc/sbcl

Stefan Scholl stesch at no-spoon.de
Sun Feb 6 01:52:34 UTC 2005


Hi!

On 2005-02-05 17:24:00, chris at austin-lane.net wrote:
> 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

I don't think this could work without a threading SBCL. TBNL uses
KMRCL for starting a listener. Which itself just calls a function
when there's no threading SBCL or another Common Lisp with
multi-processing:

        #-(or allegro cmu lispworks sb-thread) (funcall func)


Regards,
Stefan




More information about the Tbnl-devel mailing list