<pre>I am running on on SBCL 1.0.48 on Mac OS X installed through macports. This installation still hangs on 'start' as in single-threaded Lisp. Any suggestions on how to resolve this issue?</pre><pre>-Nic</pre><pre>
On Wed, May 25, 2011 at 11:29 AM, Matus Kmit <<a href="http://lists.common-lisp.net/cgi-bin/mailman/listinfo/tbnl-devel">simply.nitaai at gmail.com</a>> wrote:</pre><pre>><i> i installed hunchentoot in clisp via quickload. it seems working well
</i>><i> except for the following:
</i>><i>
</i>><i> The function "start" does not return the acceptor. It creates own, so
</i>><i> that the http-server works but it keeps on hanging on the command and
</i>><i> does not return to REPL so that i have to break manually.
</i>
You are running single threaded.  If you want to run Hunchentoot in
the background, you need a multi-threaded Lisp (CCL and SBCL work
fine).

-Hans</pre>