[hunchentoot-devel] TCP Input timeout on CCL
Hans Hübner
hans at huebner.org
Fri Dec 5 06:50:33 UTC 2008
On Fri, Dec 5, 2008 at 02:04, Scott Bell <sblist at me.com> wrote:
> Hi folks,
>
> We have an application using Hunchentoot currently running on SBCL and
> Allegro, and we're investigating the possibility of using CCL
> additionally. I'm
> able to get the application up and running, but after each web request
> (which
> is successful, from the perspective of the client), I receive the
> following in the
> debugger:
>
> Input timeout on #<BASIC-TCP-STREAM ISO-8859-1 (SOCKET/7)
> #x30004277FD9D>
> [Condition of type INPUT-TIMEOUT]
>
> Has anyone else encountered this before or have any idea on how to
> proceed with resolving the issue?
This happens when a connection times out - It is "normal", but the
condition is not properly caught in the worker thread function. We
will fix the problem in the upcoming (!) release, but until then, you
can just ignore it. Do you use the release or the development version
of Hunchentoot?
-Hans
More information about the Tbnl-devel
mailing list