I finally got the New York version to work, but only with <a href="http://common-lisp.net/project/lispbox/">Lispbox CCL</a>. Any other flavor of Common Lisp gives me trouble.<br><br><div class="gmail_quote">On Mon, Feb 28, 2011 at 2:11 PM, Daniel Weinreb <span dir="ltr"><<a href="mailto:dlw@itasoftware.com">dlw@itasoftware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div bgcolor="#ffffff" text="#000000">
That's interesting. We ran into a problem here which I<br>
had to fix by changing the default value of the read-only<br>
keyword parameter of wait-for-input from nil to t.<br>
<br>
I got some explanation of wait-for-input from Erik<br>
Huelsmann, who designed this stuff. I sent him<br>
back some suggestions and questions, but I<br>
don't think I got an answer. The real<br>
question is whether Hunchentoot is interacting<br>
properly with usocket.<br>
<br>
I haven't checked to see whether we are currently<br>
using the very latest usocket library here.<br>
<br>
Andrew Pennebaker wrote:
<blockquote type="cite"><div><div></div><div class="h5">The "New York version" (hunchentoot:start (make-instance
'hunchentoot:acceptor :port 4242))
<div><br>
</div>
<div>creates a stalling web server, never loading, never error'ing.</div>
<div><br>
</div>
<div>When I remove the code :ready-only t from line 377:</div>
<div><br>
</div>
<div>(when (usocket:wait-for-input listener :timeout
+new-connection-wait-time+)</div>
<div><br>
</div>
<div>The New York version works fine.</div>
<div><br>
</div>
<div>Specs:</div>
<div>
<ul>
<li>Hunchentoot 1.1.1</li>
<li>Quicklisp</li>
<li>CLISP</li>
<li>Mac OS X</li>
</ul>
</div>
</div></div><pre><hr size="4" width="90%">
_______________________________________________
tbnl-devel site list
<a href="mailto:tbnl-devel@common-lisp.net" target="_blank">tbnl-devel@common-lisp.net</a>
<a href="http://common-lisp.net/mailman/listinfo/tbnl-devel" target="_blank">http://common-lisp.net/mailman/listinfo/tbnl-devel</a></pre>
</blockquote>
</div>
<br>_______________________________________________<br>
tbnl-devel site list<br>
<a href="mailto:tbnl-devel@common-lisp.net">tbnl-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/mailman/listinfo/tbnl-devel" target="_blank">http://common-lisp.net/mailman/listinfo/tbnl-devel</a><br></blockquote></div><br>