2.6 kernel, yes (ubuntu 6.06, if that matters).<br><br>As for thread support, i thought i had configured this in the sense that i wrote it into the file customize-target-features.lisp:<br><br>(lambda (features)<br>(flet ((enable (x)
<br>(pushnew x features))<br>(disable (x)<br>(setf features (remove x features))))<br>;; Threading support, available on x86/x86-64 Linux only.<br>         (enable :sb-thread)))<br><br>this is as it was given in the INSTALL documentation. However, after I built it, I see that it is not in the file 
local-target-features.lisp-expr ... should it be? I suspect I have built sbcl without thread support despite my intentions, but I'm not sure how to tell.<br><br>Keith<br><br><div><span class="gmail_quote">On 8/7/06, <b class="gmail_sendername">
Edi Weitz</b> <<a href="mailto:edi@agharta.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">edi@agharta.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

On Mon, 7 Aug 2006 12:25:03 -0400, "Keith Orpen" <<a href="mailto:keithorpen@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">keithorpen@gmail.com</a>> wrote:<br><br>> So I finally got tbnl to run smoothly, using lispworks personal. It
<br>> loads up on SBCL but there is something funny going on with the test
<br>> pages. I can load one of these pages okay, but every second time i<br>> reload it, the browser just hangs there. when i reload it once<br>> again, then it works but the test page access count (info.html) has
<br>> only increased by one, as if the previous request had never<br>> happened. I initially thought it was because i was on mac/intel,<br>> however tbnl/sbcl had the same problems hosted on linux, and it made<br>

> no difference moving to the latest sbcl 0.9.15 either.<br>><br>> what could be wrong?<br><br>Is your SBCL built with thread support and are you using a 2.6.x<br>kernel?<br></blockquote></div><br>