https://bz.apache.org/bugzilla/show_bug.cgi?id=62626

--- Comment #5 from jan.pfei...@centrum.cz ---
With NIO2 + OpenSSL no crash so far. No problems detected. Except it cames with
new set of client abort IO exceptions:

"The specified network name is no longer available" and "An existing connection
was forcibly closed by the remote host".

Are there any generic way to detect it? I was forced to enclose stream.write()
to its own try/catch and swallow any IOException it produces.

To our problem: I cant see any other way how to find culprit on my side. Some
kind of stress test would propably trigger it, but with the same result we have
now. I guess it is still related to image serving part as it is only "complex"
part of webapp. Crawlers and "image thieves" spams it a lot. There can be let
say 50 request per second, sometimes for same image, sometimes all ends with
some kind of "client abort exception".

-- 
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

Reply via email to