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

--- Comment #11 from Mark Thomas <ma...@apache.org> ---
Simpler test case that reproduces the issue

https://github.com/markt-asf/tomcat-bugs/blob/master/src/java/org/apache/tomcat/Bug63916NioPoller.java

Run the test case and connect with telnet to localhost 8080.
Uncomment the line that sets the send buffer to 8k and watch the time taken to
write the 10MB jump from ~400ms to ~50s.

Tomorrow's task is to experiment to see if I can figure out the root cause of
the time difference.

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