[hunchentoot-devel] Odd messages, then hang
Zach Beane
xach at xach.com
Sat Dec 23 00:10:28 UTC 2006
On Sat, Dec 23, 2006 at 12:06:06AM +0000, Jonathon McKitrick wrote:
>
> I'm seeing these odd messages after merging some code that calls a lot of
> XMLHttpRequest. That shouldn't matter, but it seems to have appeared
> suddenly since then. After the message, the server becomes unresponsive.
>
> message type 0x54 arrived from server while idle
> message type 0x44 arrived from server while idle
> message type 0x43 arrived from server while idle
> message type 0x5a arrived from server while idle
>
> I can't find this in the hunchentoot source, so I'm not sure where to look
> now.
Use Google.
Are you accessing a single DB connection from multiple threads? Don't
do that, or synchronize access properly.
Zach
More information about the Tbnl-devel
mailing list