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