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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to