[hunchentoot-devel] "start" does not return the acceptor

Nic M nicdevel at gmail.com
Sun Jun 5 01:27:17 UTC 2011


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?

-Nic

On Wed, May 25, 2011 at 11:29 AM, Matus Kmit <simply.nitaai at
gmail.com <http://lists.common-lisp.net/cgi-bin/mailman/listinfo/tbnl-devel>>
wrote:

>* i installed hunchentoot in clisp via quickload. it seems working well*>* except for the following:*>**>* The function "start" does not return the acceptor. It creates own, so*>* that the http-server works but it keeps on hanging on the command and*>* does not return to REPL so that i have to break manually.*
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/tbnl-devel/attachments/20110604/9487e89e/attachment.html>


More information about the Tbnl-devel mailing list