https://bz.apache.org/bugzilla/show_bug.cgi?id=59398
Remy Maucherat <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #1 from Remy Maucherat <[email protected]> --- 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: [email protected] For additional commands, e-mail: [email protected]
