<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hans Hübner wrote:
<blockquote
 cite="mid:fd2982320911122229p4d80c0d2waaa57cdebe1a9d25@mail.gmail.com"
 type="cite">
  <pre wrap="">On Fri, Nov 13, 2009 at 04:33, Jeff Cunningham
<a class="moz-txt-link-rfc2396E" href="mailto:j.k.cunningham@comcast.net"><j.k.cunningham@comcast.net></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I'm looking into setting up a Hunchentoot server on an OpenBSD system
and right away noticed problems in the notes about building threads into
SBCL (it sounds experimental). Lack of thread support would be a
problem, wouldn't it? Has anyone run Hunchentoot on OpenBSD before? If
so, were you able to use SBCL? If not, what did you use?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I have not run Lisp on OpenBSD, but here is some advice anyway:
Running Hunchentoot in a single threaded Lisp is not generally a
problem for low-volume sites.  I would decouple the Lisp server from
clients using a HTTP proxy so that slow clients can't easily stall the
server.


  </pre>
</blockquote>
For what it's worth, I was able to build Hunchentoot single-threaded on
OpenBSD, but found it nearly impossible to work with that way. I
couldn't find a way to save an executable core, for example. I couldn't
get swank to work, couldn't talk to a running instance so it ends up
pretty much brain-dead. Once I'd launch the server I'd lose the repl
ane the only way to make changes was to kill the process externally,
edit and restart Lisp. There may be ways to solve all these problems,
but I'm thinking I'd be better off spending my time (and money) finding
a Linux server instead. <br>
<br>
Thanks for the help,<br>
--Jeff<br>
<br>
<br>
</body>
</html>