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?
Thanks,
- Scott Bell