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

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> ---
This used to be described as "sim-blocking" but evidently that caused
confusion.

Because the servlet API is stream-based, the behavior of request/response
read/write is always effectively "blocking" -- at least as far as the
application is concerned. The request-processing thread will be tied-up waiting
for the read/write request to complete before returning to the servlet.

So even though non-blocking IO is being used under the covers, the application
isn't using a non-blocking API to make IO requests. That's why the description
is "blocking" in that table.

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