You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2019/04/03 23:09:07 UTC

[GitHub] [tomcat] rmaucher opened a new pull request #152: Add async IO API to NIO

rmaucher opened a new pull request #152: Add async IO API to NIO
URL: https://github.com/apache/tomcat/pull/152
 
 
   It has very small perf improvements (except for "sendfile" situations) and non blocking frame read for HTTP/2. The performance looks rather similar to NIO2 as well, it is hard to find a very meaningful difference in my basic tests. The main downside is the two semaphores added.
   This should allow actual use of the API by users (as long as they accept to give up on the APR connector), and also using it in Tomcat for HTTP/3 once NIO UDP is added.
   Note: no doc, new "useAsyncIO" flag on the connector (default to false).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org