https://bz.apache.org/bugzilla/show_bug.cgi?id=59398
Remy Maucherat <r...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #1 from Remy Maucherat <r...@apache.org> --- This looks like a combination of using uncontrolled async processing (the Servlet 3.0 specification specified that) and APR, which isn't very nice when something bad happens, but it can't really be fixed. Since you're using Tomcat 8.0, you can use the default NIO connector which will give reasonable scalability and hopefully better edge case handling. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org