I just noticed that if I send a request, such as a form post, to my Turbine app via my browser, and cancel the request midway through execution before my browser receives the response, the app will stop responding to requests. I'm running the Turbine app in the TDK on Linux with Java 1.4. The cause appears to be Tomcat, as the catalina log contains many "No processor available" entries like the one below.
2002-10-09 19:52:43 HttpConnector[8080] No processor available, rejecting this connection I've looked through some of the Tomcat archives, but I don't see a clear answer. Does anyone know what's causing this and, more importantly, how to fix it? Eric -- Eric Emminger [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
